Initialize mainWindows class
This commit is contained in:
parent
cb03e1f91f
commit
6d45acc357
@ -16,8 +16,17 @@ class MainWindow : public QMainWindow
|
|||||||
public:
|
public:
|
||||||
MainWindow(QWidget *parent = nullptr);
|
MainWindow(QWidget *parent = nullptr);
|
||||||
~MainWindow();
|
~MainWindow();
|
||||||
|
void updatePathView();
|
||||||
|
void updateStepView(size_t num);
|
||||||
|
void onTextChanged();
|
||||||
|
void loadPath(QTextStream &in);
|
||||||
|
void addNewPath();
|
||||||
|
void addNewStep();
|
||||||
|
void exportHTMLMap();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
Ui::MainWindow *ui;
|
Ui::MainWindow *ui;
|
||||||
|
QString currentFile;
|
||||||
|
bool textChanged;
|
||||||
};
|
};
|
||||||
#endif // MAINWINDOW_H
|
#endif // MAINWINDOW_H
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user