UI mostly remade
This commit is contained in:
@@ -55,7 +55,7 @@ class MainWindow : public QMainWindow
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
MainWindow(QWidget *parent = 0);
|
||||
MainWindow(QWidget *parent = NULL);
|
||||
~MainWindow();
|
||||
|
||||
void GetQuery(void);
|
||||
@@ -91,7 +91,6 @@ protected:
|
||||
QFuture<void> future;
|
||||
|
||||
QString fileName, watchFileName;
|
||||
QFileSystemWatcher* fileWatcher;
|
||||
QTimer *timer;
|
||||
|
||||
bool writeFlash;
|
||||
@@ -106,7 +105,6 @@ protected:
|
||||
|
||||
private:
|
||||
Ui::MainWindowClass *ui;
|
||||
QLabel deviceLabel;
|
||||
|
||||
int failed;
|
||||
QAction *recentFiles[MAX_RECENT_FILES];
|
||||
@@ -122,6 +120,8 @@ private slots:
|
||||
void on_actionWrite_Device_triggered();
|
||||
void on_btnFwBrowse_clicked();
|
||||
void on_actionErase_Device_triggered();
|
||||
|
||||
void on_checkBoxAdvancedMode_stateChanged(int state);
|
||||
};
|
||||
|
||||
#endif // MAINWINDOW_H
|
||||
|
||||
Reference in New Issue
Block a user