Add loadNewPath function
This commit is contained in:
parent
1be6f69c03
commit
dda5d3e724
@ -22,7 +22,8 @@ public:
|
|||||||
void updatePathView();
|
void updatePathView();
|
||||||
void updateStepView(size_t num);
|
void updateStepView(size_t num);
|
||||||
void onTextChanged();
|
void onTextChanged();
|
||||||
void loadPath();
|
void loadNewPath();
|
||||||
|
void loadPath(Path* p);
|
||||||
void addNewPath();
|
void addNewPath();
|
||||||
void addNewStep();
|
void addNewStep();
|
||||||
void exportHTMLMap();
|
void exportHTMLMap();
|
||||||
@ -43,6 +44,8 @@ private slots:
|
|||||||
|
|
||||||
void on_actionEditCut_triggered();
|
void on_actionEditCut_triggered();
|
||||||
|
|
||||||
|
void on_pathNumber_valueChanged(int arg1);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
Ui::MainWindow *ui;
|
Ui::MainWindow *ui;
|
||||||
QString currentFile;
|
QString currentFile;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user