From c272144867f94dc7e99f8333bec5dd052878ecd8 Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Thu, 15 Jul 2010 21:39:09 +0000 Subject: Theme Editor: Added New Project feature git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27439 a1c6a512-1295-4272-9138-f99709370657 --- utils/themeeditor/gui/editorwindow.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'utils/themeeditor/gui/editorwindow.h') 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: 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; -- cgit v1.2.3