summaryrefslogtreecommitdiff
path: root/utils/themeeditor/gui/editorwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/gui/editorwindow.h')
-rw-r--r--utils/themeeditor/gui/editorwindow.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/themeeditor/gui/editorwindow.h b/utils/themeeditor/gui/editorwindow.h
index 0178f602b2..5bfa795714 100644
--- a/utils/themeeditor/gui/editorwindow.h
+++ b/utils/themeeditor/gui/editorwindow.h
@@ -64,6 +64,7 @@ public slots:
64private slots: 64private slots:
65 void showPanel(); 65 void showPanel();
66 void newTab(); 66 void newTab();
67 void newProject();
67 void shiftTab(int index); 68 void shiftTab(int index);
68 bool closeTab(int index); 69 bool closeTab(int index);
69 void closeCurrent(); 70 void closeCurrent();
@@ -88,11 +89,15 @@ private:
88 void saveSettings(); 89 void saveSettings();
89 void setupUI(); 90 void setupUI();
90 void setupMenus(); 91 void setupMenus();
92
91 void addTab(TabContent* doc); 93 void addTab(TabContent* doc);
92 void expandLine(ParseTreeModel* model, QModelIndex parent, int line, 94 void expandLine(ParseTreeModel* model, QModelIndex parent, int line,
93 bool highlight); 95 bool highlight);
94 void sizeColumns(); 96 void sizeColumns();
95 97
98 void loadProjectFile(QString fileName);
99 static void createFile(QString filename, QString contents);
100
96 Ui::EditorWindow *ui; 101 Ui::EditorWindow *ui;
97 PreferencesDialog* prefs; 102 PreferencesDialog* prefs;
98 QLabel* parseStatus; 103 QLabel* parseStatus;