UI files: Fix tab order in lots of UI forms

For unknown reasons tab order in listed UI files was set incorrectly and
behave unexpectedly. Now tab order behave naturally.

Changes made for listed objects and touches only UI.

Change-Id: I057b95eb21943ddb29b108682618382661db7be9
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Nazar Gerasymchuk
2016-08-02 11:52:22 +03:00
committed by Tim Jenssen
parent 68f904fb55
commit 90629108fc
37 changed files with 283 additions and 5 deletions

View File

@@ -218,6 +218,15 @@ These prefixes are used in addition to current file name on Switch Header/Source
</slots>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>headerSuffixComboBox</tabstop>
<tabstop>headerSearchPathsEdit</tabstop>
<tabstop>headerPrefixesEdit</tabstop>
<tabstop>sourceSuffixComboBox</tabstop>
<tabstop>sourceSearchPathsEdit</tabstop>
<tabstop>sourcePrefixesEdit</tabstop>
<tabstop>lowerCaseFileNamesCheckBox</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>