Skip to content

Commit 5caf7d5

Browse files
committed
focus policy and tab order
1 parent 57c36be commit 5caf7d5

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

mainwindow.ui

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<item row="2" column="1">
4040
<widget class="QComboBox" name="cmboEnc">
4141
<property name="focusPolicy">
42-
<enum>Qt::ClickFocus</enum>
42+
<enum>Qt::StrongFocus</enum>
4343
</property>
4444
</widget>
4545
</item>
@@ -77,7 +77,7 @@
7777
<item row="1" column="1">
7878
<widget class="QComboBox" name="cmboSysEnc">
7979
<property name="focusPolicy">
80-
<enum>Qt::ClickFocus</enum>
80+
<enum>Qt::StrongFocus</enum>
8181
</property>
8282
</widget>
8383
</item>
@@ -88,6 +88,14 @@
8888
<widget class="QStatusBar" name="statusBar"/>
8989
</widget>
9090
<layoutdefault spacing="6" margin="11"/>
91+
<tabstops>
92+
<tabstop>treePreview</tabstop>
93+
<tabstop>txtFolder</tabstop>
94+
<tabstop>btnBrowse</tabstop>
95+
<tabstop>cmboSysEnc</tabstop>
96+
<tabstop>cmboEnc</tabstop>
97+
<tabstop>btnApply</tabstop>
98+
</tabstops>
9199
<resources/>
92100
<connections/>
93101
</ui>

0 commit comments

Comments
 (0)