forked from qt-creator/qt-creator
ProjectExplorer: Fix tab order in CustomParserConfigDialog
For unknown reasons tab order in customparserconfigdialog.ui was set incorrectly and behave unexpectedly. Now tab order behave naturally. Change-Id: Ife117dd0dfd8c583e4bfe6b1191bdcae65bad05b Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
committed by
Tim Jenssen
parent
a13875daf5
commit
09cbe5621d
@@ -429,8 +429,17 @@
|
||||
<tabstop>errorFileNameCap</tabstop>
|
||||
<tabstop>errorLineNumberCap</tabstop>
|
||||
<tabstop>errorMessageCap</tabstop>
|
||||
<tabstop>errorStdOutChannel</tabstop>
|
||||
<tabstop>errorStdErrChannel</tabstop>
|
||||
<tabstop>errorOutputMessage</tabstop>
|
||||
<tabstop>buttonBox</tabstop>
|
||||
<tabstop>tabWidget</tabstop>
|
||||
<tabstop>warningPattern</tabstop>
|
||||
<tabstop>warningFileNameCap</tabstop>
|
||||
<tabstop>warningLineNumberCap</tabstop>
|
||||
<tabstop>warningMessageCap</tabstop>
|
||||
<tabstop>warningStdOutChannel</tabstop>
|
||||
<tabstop>warningStdErrChannel</tabstop>
|
||||
<tabstop>warningOutputMessage</tabstop>
|
||||
</tabstops>
|
||||
<resources/>
|
||||
<connections>
|
||||
|
||||
Reference in New Issue
Block a user