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:
Nazar Gerasymchuk
2016-07-29 12:45:14 +03:00
committed by Tim Jenssen
parent 09cbe5621d
commit c8020af997

View File

@@ -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>