summaryrefslogtreecommitdiff
path: root/utils/themeeditor/gui/editorwindow.ui
diff options
context:
space:
mode:
authorRobert Bieber <robby@bieberphoto.com>2010-07-23 21:15:15 +0000
committerRobert Bieber <robby@bieberphoto.com>2010-07-23 21:15:15 +0000
commit5297db990412a34dee96de5bf61258ae31f3b4f9 (patch)
tree8b7d850cf3051549e04492a260049328b55641f5 /utils/themeeditor/gui/editorwindow.ui
parentd15a4f617f7d6e524ef811efef5707958031dc8f (diff)
downloadrockbox-5297db990412a34dee96de5bf61258ae31f3b4f9.tar.gz
rockbox-5297db990412a34dee96de5bf61258ae31f3b4f9.zip
Theme Editor: Added interface for project export, exporting files to zip is still todo
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27534 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/gui/editorwindow.ui')
-rw-r--r--utils/themeeditor/gui/editorwindow.ui14
1 files changed, 13 insertions, 1 deletions
diff --git a/utils/themeeditor/gui/editorwindow.ui b/utils/themeeditor/gui/editorwindow.ui
index a7246b9def..edfdfe3d84 100644
--- a/utils/themeeditor/gui/editorwindow.ui
+++ b/utils/themeeditor/gui/editorwindow.ui
@@ -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>27</height> 43 <height>25</height>
44 </rect> 44 </rect>
45 </property> 45 </property>
46 <widget class="QMenu" name="menuFile"> 46 <widget class="QMenu" name="menuFile">
@@ -57,6 +57,7 @@
57 <addaction name="separator"/> 57 <addaction name="separator"/>
58 <addaction name="actionSave_Document"/> 58 <addaction name="actionSave_Document"/>
59 <addaction name="actionSave_Document_As"/> 59 <addaction name="actionSave_Document_As"/>
60 <addaction name="actionExport_Project"/>
60 <addaction name="separator"/> 61 <addaction name="separator"/>
61 <addaction name="actionPreferences"/> 62 <addaction name="actionPreferences"/>
62 <addaction name="separator"/> 63 <addaction name="separator"/>
@@ -395,6 +396,17 @@
395 <string>Ctrl+Shift+N</string> 396 <string>Ctrl+Shift+N</string>
396 </property> 397 </property>
397 </action> 398 </action>
399 <action name="actionExport_Project">
400 <property name="enabled">
401 <bool>false</bool>
402 </property>
403 <property name="text">
404 <string>E&amp;xport Project</string>
405 </property>
406 <property name="shortcut">
407 <string>Ctrl+Shift+X</string>
408 </property>
409 </action>
398 </widget> 410 </widget>
399 <tabstops> 411 <tabstops>
400 <tabstop>projectTree</tabstop> 412 <tabstop>projectTree</tabstop>