forked from qt-creator/qt-creator
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:
committed by
Tim Jenssen
parent
68f904fb55
commit
90629108fc
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user