review of toolbar and menu bar
This commit is contained in:
+19
-1
@@ -36,11 +36,14 @@ public:
|
||||
Path *getCurrentPath() const;
|
||||
void setCurrentPath(Path *newCurrentPath);
|
||||
void saveAsFile();
|
||||
|
||||
void copyText();
|
||||
void pastText();
|
||||
void cutText();
|
||||
int getIndexPath() const;
|
||||
void setIndexPath(int newIndexPath);
|
||||
void exportHTMLMap();
|
||||
void saveFile();
|
||||
void newPath();
|
||||
|
||||
private slots:
|
||||
void on_pushButton_clicked();
|
||||
@@ -69,6 +72,21 @@ private slots:
|
||||
|
||||
void on_exportHTMLBtn_clicked();
|
||||
|
||||
void on_actionSaveFile_triggered();
|
||||
|
||||
void on_actionSaveAsFile_triggered();
|
||||
|
||||
|
||||
void on_actionCopy_triggered();
|
||||
|
||||
void on_actionPast_triggered();
|
||||
|
||||
void on_actionCut_triggered();
|
||||
|
||||
void on_actionNew_triggered();
|
||||
|
||||
void on_actionNewFile_triggered();
|
||||
|
||||
private:
|
||||
Ui::MainWindow *ui;
|
||||
QString currentFile;
|
||||
|
||||
Reference in New Issue
Block a user