mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
rbutil: improve accessibility a little bit.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21300 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b386406707
commit
18e74c9d81
4 changed files with 21 additions and 3 deletions
|
|
@ -43,7 +43,11 @@
|
|||
</widget>
|
||||
</item>
|
||||
<item row="1" column="1" colspan="2" >
|
||||
<widget class="QComboBox" name="comboLanguage" />
|
||||
<widget class="QComboBox" name="comboLanguage" >
|
||||
<property name="accessibleName" >
|
||||
<string>Language</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="1" colspan="2" >
|
||||
<widget class="QGroupBox" name="groupBox_2" >
|
||||
|
|
@ -155,6 +159,9 @@
|
|||
</item>
|
||||
<item>
|
||||
<widget class="QSpinBox" name="wavtrimthreshold" >
|
||||
<property name="accessibleName" >
|
||||
<string>Wavtrim Threshold</string>
|
||||
</property>
|
||||
<property name="maximum" >
|
||||
<number>5000</number>
|
||||
</property>
|
||||
|
|
@ -168,7 +175,9 @@
|
|||
</layout>
|
||||
</widget>
|
||||
<tabstops>
|
||||
<tabstop>comboLanguage</tabstop>
|
||||
<tabstop>change</tabstop>
|
||||
<tabstop>wavtrimthreshold</tabstop>
|
||||
<tabstop>buttonOk</tabstop>
|
||||
<tabstop>buttonCancel</tabstop>
|
||||
</tabstops>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue