1
0
Fork 0
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:
Dominik Wenger 2008-10-11 20:35:28 +00:00
parent b56b0a37f4
commit 70ae85e706

View file

@ -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>