forked from len0rd/rockbox
Add some accelerator keys to the Actions menu.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16228 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ca62cc082b
commit
f67dcf0164
1 changed files with 22 additions and 23 deletions
|
|
@ -5,7 +5,7 @@
|
|||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>662</width>
|
||||
<width>738</width>
|
||||
<height>550</height>
|
||||
</rect>
|
||||
</property>
|
||||
|
|
@ -828,8 +828,8 @@ p, li { white-space: pre-wrap; }
|
|||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>662</width>
|
||||
<height>21</height>
|
||||
<width>738</width>
|
||||
<height>29</height>
|
||||
</rect>
|
||||
</property>
|
||||
<widget class="QMenu" name="menu_File" >
|
||||
|
|
@ -843,7 +843,7 @@ p, li { white-space: pre-wrap; }
|
|||
</widget>
|
||||
<widget class="QMenu" name="menuAbout" >
|
||||
<property name="title" >
|
||||
<string>&About</string>
|
||||
<string>Abou&t</string>
|
||||
</property>
|
||||
<addaction name="action_About" />
|
||||
<addaction name="actionAbout_Qt" />
|
||||
|
|
@ -856,21 +856,21 @@ p, li { white-space: pre-wrap; }
|
|||
</property>
|
||||
<widget class="QMenu" name="menuInstallation" >
|
||||
<property name="title" >
|
||||
<string>Installation</string>
|
||||
<string>&Installation</string>
|
||||
</property>
|
||||
<addaction name="actionInstall_Bootloader" />
|
||||
<addaction name="actionInstall_Rockbox" />
|
||||
</widget>
|
||||
<widget class="QMenu" name="menuQuick_Start" >
|
||||
<property name="title" >
|
||||
<string>Quick Start</string>
|
||||
<string>&Quick Start</string>
|
||||
</property>
|
||||
<addaction name="actionComplete_Installation" />
|
||||
<addaction name="actionSmall_Installation" />
|
||||
</widget>
|
||||
<widget class="QMenu" name="menuExtras" >
|
||||
<property name="title" >
|
||||
<string>Extras</string>
|
||||
<string>&Extras</string>
|
||||
</property>
|
||||
<addaction name="actionFonts_Package" />
|
||||
<addaction name="actionInstall_Themes" />
|
||||
|
|
@ -878,7 +878,7 @@ p, li { white-space: pre-wrap; }
|
|||
</widget>
|
||||
<widget class="QMenu" name="menuAccessibility" >
|
||||
<property name="title" >
|
||||
<string>Accessibility</string>
|
||||
<string>&Accessibility</string>
|
||||
</property>
|
||||
<addaction name="actionInstall_Voice_File" />
|
||||
<addaction name="actionCreate_Voice_File" />
|
||||
|
|
@ -886,7 +886,7 @@ p, li { white-space: pre-wrap; }
|
|||
</widget>
|
||||
<widget class="QMenu" name="menuUninstallation" >
|
||||
<property name="title" >
|
||||
<string>Uninstallation</string>
|
||||
<string>&Uninstallation</string>
|
||||
</property>
|
||||
<addaction name="actionRemove_bootloader" />
|
||||
<addaction name="actionUninstall_Rockbox" />
|
||||
|
|
@ -950,7 +950,7 @@ p, li { white-space: pre-wrap; }
|
|||
<iconset resource="rbutilqt.qrc" >:/icons/icons/bootloader_btn.png</iconset>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>Complete Installation</string>
|
||||
<string>&Complete Installation</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionSmall_Installation" >
|
||||
|
|
@ -958,7 +958,7 @@ p, li { white-space: pre-wrap; }
|
|||
<iconset resource="rbutilqt.qrc" >:/icons/icons/rbinstall_btn.png</iconset>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>Small Installation</string>
|
||||
<string>&Small Installation</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionInstall_Bootloader" >
|
||||
|
|
@ -966,7 +966,7 @@ p, li { white-space: pre-wrap; }
|
|||
<iconset resource="rbutilqt.qrc" >:/icons/icons/bootloader_btn.png</iconset>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>Install Bootloader</string>
|
||||
<string>Install &Bootloader</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionInstall_Rockbox" >
|
||||
|
|
@ -974,7 +974,7 @@ p, li { white-space: pre-wrap; }
|
|||
<iconset resource="rbutilqt.qrc" >:/icons/icons/rbinstall_btn.png</iconset>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>Install Rockbox</string>
|
||||
<string>Install &Rockbox</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionFonts_Package" >
|
||||
|
|
@ -982,7 +982,7 @@ p, li { white-space: pre-wrap; }
|
|||
<iconset resource="rbutilqt.qrc" >:/icons/icons/font_btn.png</iconset>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>Fonts Package</string>
|
||||
<string>Install &Fonts Package</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionInstall_Themes" >
|
||||
|
|
@ -990,7 +990,7 @@ p, li { white-space: pre-wrap; }
|
|||
<iconset resource="rbutilqt.qrc" >:/icons/icons/themes_btn.png</iconset>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>Install Themes</string>
|
||||
<string>Install &Themes</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionInstall_Game_Files" >
|
||||
|
|
@ -998,7 +998,7 @@ p, li { white-space: pre-wrap; }
|
|||
<iconset resource="rbutilqt.qrc" >:/icons/icons/doom_btn.png</iconset>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>Install Game Files</string>
|
||||
<string>Install &Game Files</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionInstall_Voice_File" >
|
||||
|
|
@ -1006,7 +1006,7 @@ p, li { white-space: pre-wrap; }
|
|||
<iconset resource="rbutilqt.qrc" >:/icons/icons/talkfile_btn.png</iconset>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>Install Voice File</string>
|
||||
<string>&Install Voice File</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionCreate_Talk_Files" >
|
||||
|
|
@ -1014,7 +1014,7 @@ p, li { white-space: pre-wrap; }
|
|||
<iconset resource="rbutilqt.qrc" >:/icons/icons/talkfile_btn.png</iconset>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>Create Talk Files</string>
|
||||
<string>Create &Talk Files</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionRemove_bootloader" >
|
||||
|
|
@ -1022,7 +1022,7 @@ p, li { white-space: pre-wrap; }
|
|||
<iconset resource="rbutilqt.qrc" >:/icons/icons/rembootloader_btn.png</iconset>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>Remove bootloader</string>
|
||||
<string>Remove &bootloader</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionUninstall_Rockbox" >
|
||||
|
|
@ -1030,7 +1030,7 @@ p, li { white-space: pre-wrap; }
|
|||
<iconset resource="rbutilqt.qrc" >:/icons/icons/remrb_btn.png</iconset>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>Uninstall Rockbox</string>
|
||||
<string>Uninstall &Rockbox</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionRead_PDF_manual" >
|
||||
|
|
@ -1058,11 +1058,10 @@ p, li { white-space: pre-wrap; }
|
|||
<iconset resource="rbutilqt.qrc" >:/icons/icons/talkfile_btn.png</iconset>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>Create Voice File</string>
|
||||
<string>Create &Voice File</string>
|
||||
</property>
|
||||
<property name="iconText" >
|
||||
<string>Create Voic<resource type="image" qrc="C:/cygwin/home/Domonoky/rockbox-svn/rockbox-rbspeex/rbutil/rbutilqt/rbutilqt.qrc" file=":/icons/icons/talkfile_btn.png" />
|
||||
e File</string>
|
||||
<string>Create Voice File</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue