diff options
author | Robert Bieber <robby@bieberphoto.com> | 2010-07-08 21:53:27 +0000 |
---|---|---|
committer | Robert Bieber <robby@bieberphoto.com> | 2010-07-08 21:53:27 +0000 |
commit | 73a3747bc1b33200207768b101bf56083416d756 (patch) | |
tree | 08c86af3f3b785842f6c4753eb7de2bebb55d4e5 /utils/themeeditor/gui/editorwindow.ui | |
parent | 9dd5f75966f43b59740259647ba37d0b1d71f7c4 (diff) | |
download | rockbox-73a3747bc1b33200207768b101bf56083416d756.tar.gz rockbox-73a3747bc1b33200207768b101bf56083416d756.zip |
Theme Editor: Built a ui for the timer panel, not functional yet
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27353 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/gui/editorwindow.ui')
-rw-r--r-- | utils/themeeditor/gui/editorwindow.ui | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/utils/themeeditor/gui/editorwindow.ui b/utils/themeeditor/gui/editorwindow.ui index 707e24698c..5ef3261acb 100644 --- a/utils/themeeditor/gui/editorwindow.ui +++ b/utils/themeeditor/gui/editorwindow.ui @@ -69,6 +69,7 @@ <addaction name="actionFile_Panel"/> <addaction name="separator"/> <addaction name="actionDevice_Configuration"/> + <addaction name="actionTimer"/> </widget> <widget class="QMenu" name="menuEdit"> <property name="title"> @@ -365,6 +366,14 @@ <string>Ctrl+F</string> </property> </action> + <action name="actionTimer"> + <property name="text"> + <string>T&imer</string> + </property> + <property name="shortcut"> + <string>Ctrl+T</string> + </property> + </action> </widget> <tabstops> <tabstop>projectTree</tabstop> |