fix focus policy of the buttons so tab makes more sense

This commit is contained in:
mae
2008-12-09 17:41:58 +01:00
parent cab48e0d7c
commit 4c20a8afc7

View File

@@ -56,6 +56,9 @@
</item> </item>
<item> <item>
<widget class="QToolButton" name="findPreviousButton"> <widget class="QToolButton" name="findPreviousButton">
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="arrowType"> <property name="arrowType">
<enum>Qt::LeftArrow</enum> <enum>Qt::LeftArrow</enum>
</property> </property>
@@ -66,6 +69,9 @@
<property name="font"> <property name="font">
<font/> <font/>
</property> </property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="arrowType"> <property name="arrowType">
<enum>Qt::RightArrow</enum> <enum>Qt::RightArrow</enum>
</property> </property>
@@ -103,6 +109,9 @@
</item> </item>
<item> <item>
<widget class="QToolButton" name="replacePreviousButton"> <widget class="QToolButton" name="replacePreviousButton">
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="arrowType"> <property name="arrowType">
<enum>Qt::LeftArrow</enum> <enum>Qt::LeftArrow</enum>
</property> </property>
@@ -113,6 +122,9 @@
<property name="font"> <property name="font">
<font/> <font/>
</property> </property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="arrowType"> <property name="arrowType">
<enum>Qt::RightArrow</enum> <enum>Qt::RightArrow</enum>
</property> </property>