Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #ifndef MAINWINDOW_H
- #define MAINWINDOW_H
- #include <QMainWindow>
- #include <iostream>
- #include <stdio.h>
- #include <QStringList>
- #include <QListWidgetItem>
- using namespace std;
- namespace Ui {
- class MainWindow;
- }
- class MainWindow : public QMainWindow
- {
- Q_OBJECT
- public:
- explicit MainWindow(QWidget *parent = 0);
- ~MainWindow();
- int testCmdAlternative();
- private slots:
- void on_pathNameListWidget_currentRowChanged(int currentRow);
- private:
- Ui::MainWindow *ui;
- };
- #endif // MAINWINDOW_H
Advertisement
Add Comment
Please, Sign In to add comment