diff options
| author | Robert Bieber <robby@bieberphoto.com> | 2010-07-23 21:15:15 +0000 |
|---|---|---|
| committer | Robert Bieber <robby@bieberphoto.com> | 2010-07-23 21:15:15 +0000 |
| commit | 5297db990412a34dee96de5bf61258ae31f3b4f9 (patch) | |
| tree | 8b7d850cf3051549e04492a260049328b55641f5 /utils/themeeditor/gui/editorwindow.ui | |
| parent | d15a4f617f7d6e524ef811efef5707958031dc8f (diff) | |
| download | rockbox-5297db990412a34dee96de5bf61258ae31f3b4f9.zip rockbox-5297db990412a34dee96de5bf61258ae31f3b4f9.tar.gz rockbox-5297db990412a34dee96de5bf61258ae31f3b4f9.tar.bz2 rockbox-5297db990412a34dee96de5bf61258ae31f3b4f9.tar.xz | |
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.ui | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/utils/themeeditor/gui/editorwindow.ui b/utils/themeeditor/gui/editorwindow.ui index a7246b9..edfdfe3 100644 --- a/utils/themeeditor/gui/editorwindow.ui +++ b/utils/themeeditor/gui/editorwindow.ui @@ -40,7 +40,7 @@ <x>0</x> <y>0</y> <width>628</width> - <height>27</height> + <height>25</height> </rect> </property> <widget class="QMenu" name="menuFile"> @@ -57,6 +57,7 @@ <addaction name="separator"/> <addaction name="actionSave_Document"/> <addaction name="actionSave_Document_As"/> + <addaction name="actionExport_Project"/> <addaction name="separator"/> <addaction name="actionPreferences"/> <addaction name="separator"/> @@ -395,6 +396,17 @@ <string>Ctrl+Shift+N</string> </property> </action> + <action name="actionExport_Project"> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="text"> + <string>E&xport Project</string> + </property> + <property name="shortcut"> + <string>Ctrl+Shift+X</string> + </property> + </action> </widget> <tabstops> <tabstop>projectTree</tabstop> |