forked from qt-creator/qt-creator
ProjectExplorer: Fix tab order in projectwizardpage.ui
For unknown reasons tab order in projectwizardpage.ui was set incorrectly and behave unexpectedly. Now tab order behave naturally. Change-Id: I56dd70234b6ebd734b5893f50d4f7255c23639d8 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
committed by
Tim Jenssen
parent
09cbe5621d
commit
c8020af997
@@ -135,6 +135,12 @@
|
||||
<header location="global">utils/treeviewcombobox.h</header>
|
||||
</customwidget>
|
||||
</customwidgets>
|
||||
<tabstops>
|
||||
<tabstop>projectComboBox</tabstop>
|
||||
<tabstop>addToVersionControlComboBox</tabstop>
|
||||
<tabstop>vcsManageButton</tabstop>
|
||||
<tabstop>scrollArea</tabstop>
|
||||
</tabstops>
|
||||
<resources/>
|
||||
<connections/>
|
||||
</ui>
|
||||
|
||||
Reference in New Issue
Block a user