diff options
author | Dominik Wenger <domonoky@googlemail.com> | 2008-01-19 18:33:33 +0000 |
---|---|---|
committer | Dominik Wenger <domonoky@googlemail.com> | 2008-01-19 18:33:33 +0000 |
commit | 6b5780dae3561842c858f9c63d00430521628c9c (patch) | |
tree | 130cf07117dfa39d29811ddd6d509aa9456de657 /rbutil/rbutilqt/sapicfgfrm.ui | |
parent | 2cffb1bf3df30d312944cc283a48c081def2fec8 (diff) |
rbutilqt: made the sapi TTS more configurable, you can now select a specific voice in the config dialog. Also reworked some setSetting functions, to remove depencies.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16111 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'rbutil/rbutilqt/sapicfgfrm.ui')
-rw-r--r-- | rbutil/rbutilqt/sapicfgfrm.ui | 57 |
1 files changed, 42 insertions, 15 deletions
diff --git a/rbutil/rbutilqt/sapicfgfrm.ui b/rbutil/rbutilqt/sapicfgfrm.ui index 9e4cde430a..03fccd1291 100644 --- a/rbutil/rbutilqt/sapicfgfrm.ui +++ b/rbutil/rbutilqt/sapicfgfrm.ui @@ -18,41 +18,68 @@ <property name="title" > <string>Configure TTS Engine</string> </property> - <layout class="QVBoxLayout" > - <item> - <widget class="QLabel" name="label_2" > + <layout class="QGridLayout" > + <item row="0" column="0" > + <widget class="QLabel" name="label_3" > <property name="text" > - <string>TTS options</string> + <string>Language</string> </property> </widget> </item> - <item> - <widget class="QLineEdit" name="ttsoptions" /> + <item row="0" column="1" > + <widget class="QComboBox" name="languagecombo" /> </item> - <item> - <widget class="QLabel" name="label_3" > + <item row="1" column="0" > + <widget class="QLabel" name="label" > <property name="text" > - <string>Language</string> + <string>Voice</string> + </property> + </widget> + </item> + <item row="1" column="1" > + <widget class="QComboBox" name="voicecombo" /> + </item> + <item row="2" column="0" > + <widget class="QLabel" name="label_4" > + <property name="text" > + <string>Speed</string> </property> </widget> </item> - <item> - <widget class="QLineEdit" name="ttslanguage" /> + <item row="2" column="1" > + <widget class="QSpinBox" name="speed" > + <property name="minimum" > + <number>-10</number> + </property> + <property name="maximum" > + <number>10</number> + </property> + </widget> + </item> + <item row="3" column="0" > + <widget class="QLabel" name="label_2" > + <property name="text" > + <string>TTS options</string> + </property> + </widget> + </item> + <item row="3" column="1" > + <widget class="QLineEdit" name="ttsoptions" /> </item> - <item> + <item row="4" column="0" colspan="2" > <spacer> <property name="orientation" > <enum>Qt::Vertical</enum> </property> <property name="sizeHint" > <size> - <width>20</width> - <height>40</height> + <width>473</width> + <height>21</height> </size> </property> </spacer> </item> - <item> + <item row="5" column="0" colspan="2" > <layout class="QHBoxLayout" > <item> <widget class="QPushButton" name="reset" > |