diff options
Diffstat (limited to 'utils/themeeditor/gui/editorwindow.h')
| -rw-r--r-- | utils/themeeditor/gui/editorwindow.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/themeeditor/gui/editorwindow.h b/utils/themeeditor/gui/editorwindow.h index 0178f60..5bfa795 100644 --- a/utils/themeeditor/gui/editorwindow.h +++ b/utils/themeeditor/gui/editorwindow.h @@ -64,6 +64,7 @@ public slots: private slots: void showPanel(); void newTab(); + void newProject(); void shiftTab(int index); bool closeTab(int index); void closeCurrent(); @@ -88,11 +89,15 @@ private: void saveSettings(); void setupUI(); void setupMenus(); + void addTab(TabContent* doc); void expandLine(ParseTreeModel* model, QModelIndex parent, int line, bool highlight); void sizeColumns(); + void loadProjectFile(QString fileName); + static void createFile(QString filename, QString contents); + Ui::EditorWindow *ui; PreferencesDialog* prefs; QLabel* parseStatus; |