diff options
| author | Robert Bieber <robby@bieberphoto.com> | 2010-06-23 20:46:43 +0000 |
|---|---|---|
| committer | Robert Bieber <robby@bieberphoto.com> | 2010-06-23 20:46:43 +0000 |
| commit | 58ad1e7c4b7e404d0bcda752914e2878c68feafd (patch) | |
| tree | d1cc2e43d6c28b641d02684ac70e6c9a8f3bbf9c /utils/themeeditor/gui/editorwindow.ui | |
| parent | 6d6156603cf2ac5facf08734f12e0b4d0c1fcce0 (diff) | |
| download | rockbox-58ad1e7c4b7e404d0bcda752914e2878c68feafd.zip rockbox-58ad1e7c4b7e404d0bcda752914e2878c68feafd.tar.gz rockbox-58ad1e7c4b7e404d0bcda752914e2878c68feafd.tar.bz2 rockbox-58ad1e7c4b7e404d0bcda752914e2878c68feafd.tar.xz | |
Theme Editor: Began working on device status dialog
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27097 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/gui/editorwindow.ui')
| -rw-r--r-- | utils/themeeditor/gui/editorwindow.ui | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/utils/themeeditor/gui/editorwindow.ui b/utils/themeeditor/gui/editorwindow.ui index 10e2c52..a7d804b 100644 --- a/utils/themeeditor/gui/editorwindow.ui +++ b/utils/themeeditor/gui/editorwindow.ui @@ -14,7 +14,7 @@ <string>Rockbox Theme Editor</string> </property> <property name="windowIcon"> - <iconset resource="resources.qrc"> + <iconset resource="../resources.qrc"> <normaloff>:/resources/resources/windowicon.png</normaloff>:/resources/resources/windowicon.png</iconset> </property> <widget class="QWidget" name="centralwidget"> @@ -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"> @@ -67,6 +67,8 @@ <addaction name="actionPreview_Panel"/> <addaction name="actionDisplay_Panel"/> <addaction name="actionFile_Panel"/> + <addaction name="separator"/> + <addaction name="actionDevice_Configuration"/> </widget> <addaction name="menuFile"/> <addaction name="menuView"/> @@ -248,7 +250,7 @@ </action> <action name="actionToolbarNew"> <property name="icon"> - <iconset resource="resources.qrc"> + <iconset resource="../resources.qrc"> <normaloff>:/resources/resources/document-new.png</normaloff>:/resources/resources/document-new.png</iconset> </property> <property name="text"> @@ -260,7 +262,7 @@ </action> <action name="actionToolbarOpen"> <property name="icon"> - <iconset resource="resources.qrc"> + <iconset resource="../resources.qrc"> <normaloff>:/resources/resources/document-open.png</normaloff>:/resources/resources/document-open.png</iconset> </property> <property name="text"> @@ -275,7 +277,7 @@ <bool>false</bool> </property> <property name="icon"> - <iconset resource="resources.qrc"> + <iconset resource="../resources.qrc"> <normaloff>:/resources/resources/document-save.png</normaloff>:/resources/resources/document-save.png</iconset> </property> <property name="text"> @@ -293,6 +295,11 @@ <string>Ctrl+Shift+O</string> </property> </action> + <action name="actionDevice_Configuration"> + <property name="text"> + <string>&Device Configuration</string> + </property> + </action> </widget> <tabstops> <tabstop>projectTree</tabstop> @@ -301,7 +308,7 @@ <tabstop>editorTabs</tabstop> </tabstops> <resources> - <include location="resources.qrc"/> + <include location="../resources.qrc"/> </resources> <connections> <connection> |