forked from len0rd/rockbox
rbutil: enable Tab navigation in the progresswindow.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18777 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b56b0a37f4
commit
70ae85e706
1 changed files with 10 additions and 1 deletions
|
|
@ -26,7 +26,16 @@
|
|||
<item row="1" column="0" colspan="2" >
|
||||
<widget class="QListWidget" name="listProgress" >
|
||||
<property name="focusPolicy" >
|
||||
<enum>Qt::NoFocus</enum>
|
||||
<enum>Qt::TabFocus</enum>
|
||||
</property>
|
||||
<property name="accessibleName" >
|
||||
<string>progresswindow</string>
|
||||
</property>
|
||||
<property name="tabKeyNavigation" >
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="selectionBehavior" >
|
||||
<enum>QAbstractItemView::SelectRows</enum>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue