summaryrefslogtreecommitdiff
path: root/utils/themeeditor/gui/editorwindow.ui
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/gui/editorwindow.ui')
-rw-r--r--utils/themeeditor/gui/editorwindow.ui19
1 files changed, 13 insertions, 6 deletions
diff --git a/utils/themeeditor/gui/editorwindow.ui b/utils/themeeditor/gui/editorwindow.ui
index 10e2c524c6..a7d804bd6b 100644
--- a/utils/themeeditor/gui/editorwindow.ui
+++ b/utils/themeeditor/gui/editorwindow.ui
@@ -14,7 +14,7 @@
14 <string>Rockbox Theme Editor</string> 14 <string>Rockbox Theme Editor</string>
15 </property> 15 </property>
16 <property name="windowIcon"> 16 <property name="windowIcon">
17 <iconset resource="resources.qrc"> 17 <iconset resource="../resources.qrc">
18 <normaloff>:/resources/resources/windowicon.png</normaloff>:/resources/resources/windowicon.png</iconset> 18 <normaloff>:/resources/resources/windowicon.png</normaloff>:/resources/resources/windowicon.png</iconset>
19 </property> 19 </property>
20 <widget class="QWidget" name="centralwidget"> 20 <widget class="QWidget" name="centralwidget">
@@ -40,7 +40,7 @@
40 <x>0</x> 40 <x>0</x>
41 <y>0</y> 41 <y>0</y>
42 <width>628</width> 42 <width>628</width>
43 <height>25</height> 43 <height>27</height>
44 </rect> 44 </rect>
45 </property> 45 </property>
46 <widget class="QMenu" name="menuFile"> 46 <widget class="QMenu" name="menuFile">
@@ -67,6 +67,8 @@
67 <addaction name="actionPreview_Panel"/> 67 <addaction name="actionPreview_Panel"/>
68 <addaction name="actionDisplay_Panel"/> 68 <addaction name="actionDisplay_Panel"/>
69 <addaction name="actionFile_Panel"/> 69 <addaction name="actionFile_Panel"/>
70 <addaction name="separator"/>
71 <addaction name="actionDevice_Configuration"/>
70 </widget> 72 </widget>
71 <addaction name="menuFile"/> 73 <addaction name="menuFile"/>
72 <addaction name="menuView"/> 74 <addaction name="menuView"/>
@@ -248,7 +250,7 @@
248 </action> 250 </action>
249 <action name="actionToolbarNew"> 251 <action name="actionToolbarNew">
250 <property name="icon"> 252 <property name="icon">
251 <iconset resource="resources.qrc"> 253 <iconset resource="../resources.qrc">
252 <normaloff>:/resources/resources/document-new.png</normaloff>:/resources/resources/document-new.png</iconset> 254 <normaloff>:/resources/resources/document-new.png</normaloff>:/resources/resources/document-new.png</iconset>
253 </property> 255 </property>
254 <property name="text"> 256 <property name="text">
@@ -260,7 +262,7 @@
260 </action> 262 </action>
261 <action name="actionToolbarOpen"> 263 <action name="actionToolbarOpen">
262 <property name="icon"> 264 <property name="icon">
263 <iconset resource="resources.qrc"> 265 <iconset resource="../resources.qrc">
264 <normaloff>:/resources/resources/document-open.png</normaloff>:/resources/resources/document-open.png</iconset> 266 <normaloff>:/resources/resources/document-open.png</normaloff>:/resources/resources/document-open.png</iconset>
265 </property> 267 </property>
266 <property name="text"> 268 <property name="text">
@@ -275,7 +277,7 @@
275 <bool>false</bool> 277 <bool>false</bool>
276 </property> 278 </property>
277 <property name="icon"> 279 <property name="icon">
278 <iconset resource="resources.qrc"> 280 <iconset resource="../resources.qrc">
279 <normaloff>:/resources/resources/document-save.png</normaloff>:/resources/resources/document-save.png</iconset> 281 <normaloff>:/resources/resources/document-save.png</normaloff>:/resources/resources/document-save.png</iconset>
280 </property> 282 </property>
281 <property name="text"> 283 <property name="text">
@@ -293,6 +295,11 @@
293 <string>Ctrl+Shift+O</string> 295 <string>Ctrl+Shift+O</string>
294 </property> 296 </property>
295 </action> 297 </action>
298 <action name="actionDevice_Configuration">
299 <property name="text">
300 <string>&amp;Device Configuration</string>
301 </property>
302 </action>
296 </widget> 303 </widget>
297 <tabstops> 304 <tabstops>
298 <tabstop>projectTree</tabstop> 305 <tabstop>projectTree</tabstop>
@@ -301,7 +308,7 @@
301 <tabstop>editorTabs</tabstop> 308 <tabstop>editorTabs</tabstop>
302 </tabstops> 309 </tabstops>
303 <resources> 310 <resources>
304 <include location="resources.qrc"/> 311 <include location="../resources.qrc"/>
305 </resources> 312 </resources>
306 <connections> 313 <connections>
307 <connection> 314 <connection>