forked from len0rd/rockbox
rbutil: add a Button to test a TTS Engine. Remove a old .ui file.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21525 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
20bf8aaf18
commit
07a55a747d
4 changed files with 43 additions and 160 deletions
|
|
@ -380,7 +380,7 @@
|
|||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="1" colspan="3" >
|
||||
<item row="0" column="1" colspan="2" >
|
||||
<widget class="QComboBox" name="comboTts" />
|
||||
</item>
|
||||
<item row="1" column="0" >
|
||||
|
|
@ -418,6 +418,13 @@
|
|||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="3">
|
||||
<widget class="QPushButton" name="testTTS">
|
||||
<property name="text">
|
||||
<string>Test TTS</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue