diff options
author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2007-08-07 22:26:36 +0000 |
---|---|---|
committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2007-08-07 22:26:36 +0000 |
commit | 50c81a9ca24a06bc949cd4daa01f9f85d140752c (patch) | |
tree | 7b302a0ebe43c75c27d5c6b84ccdd8083b59086f /rbutil/rbutilqt/rbutilqtfrm.ui | |
parent | e40fedc9fd7918d8d12a6d0343ccaf09722e35be (diff) | |
download | rockbox-50c81a9ca24a06bc949cd4daa01f9f85d140752c.tar.gz rockbox-50c81a9ca24a06bc949cd4daa01f9f85d140752c.tar.bz2 rockbox-50c81a9ca24a06bc949cd4daa01f9f85d140752c.zip |
move talk file button to new "Accessibility" tab and add button for voice files. Add voice url to config file and some tooltips to the tab view.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14238 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'rbutil/rbutilqt/rbutilqtfrm.ui')
-rw-r--r-- | rbutil/rbutilqt/rbutilqtfrm.ui | 91 |
1 files changed, 86 insertions, 5 deletions
diff --git a/rbutil/rbutilqt/rbutilqtfrm.ui b/rbutil/rbutilqt/rbutilqtfrm.ui index afa3bb0e76..927cc19810 100644 --- a/rbutil/rbutilqt/rbutilqtfrm.ui +++ b/rbutil/rbutilqt/rbutilqtfrm.ui @@ -130,12 +130,15 @@ p, li { white-space: pre-wrap; } <item row="2" column="0" > <widget class="QTabWidget" name="tabWidget" > <property name="currentIndex" > - <number>2</number> + <number>0</number> </property> <widget class="QWidget" name="quickStart" > <attribute name="title" > <string>&Quick Start</string> </attribute> + <attribute name="toolTip" > + <string>Welcome</string> + </attribute> <layout class="QGridLayout" > <item row="0" column="0" > <widget class="QToolButton" name="buttonComplete" > @@ -238,6 +241,9 @@ p, li { white-space: pre-wrap; } <attribute name="title" > <string>&Installation</string> </attribute> + <attribute name="toolTip" > + <string>Basic Rockbox installation</string> + </attribute> <layout class="QGridLayout" > <item row="0" column="0" > <widget class="QToolButton" name="buttonBootloader" > @@ -345,6 +351,9 @@ p, li { white-space: pre-wrap; } <attribute name="title" > <string>&Extras</string> </attribute> + <attribute name="toolTip" > + <string>Install extras for Rockbox</string> + </attribute> <layout class="QGridLayout" > <item row="0" column="0" > <widget class="QToolButton" name="buttonFonts" > @@ -462,7 +471,47 @@ p, li { white-space: pre-wrap; } </property> </spacer> </item> - <item row="3" column="0" > + </layout> + </widget> + <widget class="QWidget" name="accessibility" > + <attribute name="title" > + <string>&Accessibility</string> + </attribute> + <attribute name="toolTip" > + <string>Install accessibility add-ons</string> + </attribute> + <layout class="QGridLayout" > + <item row="0" column="0" > + <widget class="QToolButton" name="buttonVoice" > + <property name="text" > + <string>Install Voice files</string> + </property> + <property name="icon" > + <iconset resource="rbutilqt.qrc" >:/icons/icons/talkfile_btn.png</iconset> + </property> + <property name="iconSize" > + <size> + <width>56</width> + <height>46</height> + </size> + </property> + </widget> + </item> + <item row="0" column="1" > + <widget class="QLabel" name="labelVoice" > + <property name="text" > + <string><html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Install Voice file</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Voice files are needed to make Rockbox speak the user interface. Speaking is enabled by default, so if you installed the voice file Rockbox will speak.</p></body></html></string> + </property> + <property name="wordWrap" > + <bool>true</bool> + </property> + </widget> + </item> + <item row="1" column="0" > <widget class="QToolButton" name="buttonTalk" > <property name="text" > <string>Install Talk files</string> @@ -478,8 +527,8 @@ p, li { white-space: pre-wrap; } </property> </widget> </item> - <item row="3" column="1" > - <widget class="QLabel" name="label" > + <item row="1" column="1" > + <widget class="QLabel" name="labelTalk" > <property name="text" > <string><html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -489,12 +538,41 @@ p, li { white-space: pre-wrap; } </property> </widget> </item> + <item row="2" column="0" > + <spacer> + <property name="orientation" > + <enum>Qt::Vertical</enum> + </property> + <property name="sizeHint" > + <size> + <width>20</width> + <height>51</height> + </size> + </property> + </spacer> + </item> + <item row="2" column="1" > + <spacer> + <property name="orientation" > + <enum>Qt::Vertical</enum> + </property> + <property name="sizeHint" > + <size> + <width>20</width> + <height>51</height> + </size> + </property> + </spacer> + </item> </layout> </widget> <widget class="QWidget" name="uninstall" > <attribute name="title" > <string>&Uninstallation</string> </attribute> + <attribute name="toolTip" > + <string>Uninstall Rockbox</string> + </attribute> <layout class="QGridLayout" > <item row="0" column="0" > <widget class="QToolButton" name="buttonRemoveBootloader" > @@ -594,6 +672,9 @@ p, li { white-space: pre-wrap; } <attribute name="title" > <string>&Manual</string> </attribute> + <attribute name="toolTip" > + <string>View and download the manual</string> + </attribute> <layout class="QGridLayout" > <item row="0" column="0" > <widget class="QGroupBox" name="groupBox_2" > @@ -702,7 +783,7 @@ p, li { white-space: pre-wrap; } <x>0</x> <y>0</y> <width>600</width> - <height>21</height> + <height>29</height> </rect> </property> <widget class="QMenu" name="menu_File" > |