summaryrefslogtreecommitdiff
path: root/share/qtcreator/templates/wizards
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2019-04-04 13:24:41 +0200
committerEike Ziller <eike.ziller@qt.io>2019-04-05 07:12:11 +0000
commit6d6fc1816197bb5bc9eca6bd1b5fb1dd1ad2aba2 (patch)
tree070b5ada28da765feea60e1e0ca6da9c05924e5e /share/qtcreator/templates/wizards
parentc3d0d2d97bfe4915a1b69f7bfa7f19b656816987 (diff)
downloadqt-creator-6d6fc1816197bb5bc9eca6bd1b5fb1dd1ad2aba2.tar.gz
Widget App Wizard: Move "Kits" page
The other JSON based project wizards first show the respective "Project Details" page, and the kits just before the summary. This makes sense, make the Qt Widgets Application wizard consistent. Change-Id: I8f91795498c6c5e432453b181fa11f0618080e3e Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'share/qtcreator/templates/wizards')
-rw-r--r--share/qtcreator/templates/wizards/projects/qtwidgetsapplication/wizard.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/share/qtcreator/templates/wizards/projects/qtwidgetsapplication/wizard.json b/share/qtcreator/templates/wizards/projects/qtwidgetsapplication/wizard.json
index 1eaddb794b..430124cee4 100644
--- a/share/qtcreator/templates/wizards/projects/qtwidgetsapplication/wizard.json
+++ b/share/qtcreator/templates/wizards/projects/qtwidgetsapplication/wizard.json
@@ -61,13 +61,6 @@
]
},
{
- "trDisplayName": "Kit Selection",
- "trShortTitle": "Kits",
- "typeId": "Kits",
- "enabled": "%{JS: ! %{IsSubproject}}",
- "data": { "projectFilePath": "%{ProjectFile}" }
- },
- {
"trDisplayName": "Class Information",
"trShortTitle": "Details",
"typeId": "Fields",
@@ -141,6 +134,13 @@
]
},
{
+ "trDisplayName": "Kit Selection",
+ "trShortTitle": "Kits",
+ "typeId": "Kits",
+ "enabled": "%{JS: ! %{IsSubproject}}",
+ "data": { "projectFilePath": "%{ProjectFile}" }
+ },
+ {
"trDisplayName": "Project Management",
"trShortTitle": "Summary",
"typeId": "Summary"