diff options
| author | Robert Bieber <robby@bieberphoto.com> | 2010-06-08 21:30:28 +0000 |
|---|---|---|
| committer | Robert Bieber <robby@bieberphoto.com> | 2010-06-08 21:30:28 +0000 |
| commit | 61b5f0c973fb9d91f8023664c95bfc5570e2f474 (patch) | |
| tree | 67c92fc88abb2345263907a48404a13d6ecfe74a /utils/themeeditor/editorwindow.ui | |
| parent | 007ef43a506d495953b6bbc8838fc439224fd0a1 (diff) | |
| download | rockbox-61b5f0c973fb9d91f8023664c95bfc5570e2f474.zip rockbox-61b5f0c973fb9d91f8023664c95bfc5570e2f474.tar.gz rockbox-61b5f0c973fb9d91f8023664c95bfc5570e2f474.tar.bz2 rockbox-61b5f0c973fb9d91f8023664c95bfc5570e2f474.tar.xz | |
Theme Editor: Began implementing classes to display project files and settings in the project panel
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26706 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/editorwindow.ui')
| -rw-r--r-- | utils/themeeditor/editorwindow.ui | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/utils/themeeditor/editorwindow.ui b/utils/themeeditor/editorwindow.ui index b25243f..1aa5354 100644 --- a/utils/themeeditor/editorwindow.ui +++ b/utils/themeeditor/editorwindow.ui @@ -40,7 +40,7 @@ <x>0</x> <y>0</y> <width>628</width> - <height>25</height> + <height>27</height> </rect> </property> <widget class="QMenu" name="menuFile"> @@ -49,6 +49,7 @@ </property> <addaction name="actionNew_Document"/> <addaction name="actionOpen_Document"/> + <addaction name="actionOpen_Project"/> <addaction name="separator"/> <addaction name="actionClose_Document"/> <addaction name="separator"/> @@ -100,9 +101,9 @@ <addaction name="actionToolbarOpen"/> <addaction name="actionToolbarSave"/> </widget> - <widget class="QDockWidget" name="fileDock"> + <widget class="QDockWidget" name="projectDock"> <property name="windowTitle"> - <string>Files</string> + <string>Project</string> </property> <attribute name="dockWidgetArea"> <number>1</number> @@ -110,7 +111,7 @@ <widget class="QWidget" name="dockWidgetContents_2"> <layout class="QVBoxLayout" name="verticalLayout_4"> <item> - <widget class="QTreeView" name="fileTree"/> + <widget class="QTreeView" name="projectTree"/> </item> </layout> </widget> @@ -175,7 +176,7 @@ <bool>false</bool> </property> <property name="text"> - <string>&File Panel</string> + <string>P&roject Panel</string> </property> </action> <action name="actionPreview_Panel"> @@ -277,9 +278,14 @@ <string>Save</string> </property> </action> + <action name="actionOpen_Project"> + <property name="text"> + <string>Open P&roject</string> + </property> + </action> </widget> <tabstops> - <tabstop>fileTree</tabstop> + <tabstop>projectTree</tabstop> <tabstop>skinPreview</tabstop> <tabstop>parseTree</tabstop> <tabstop>fromTree</tabstop> |