From 6d6fc1816197bb5bc9eca6bd1b5fb1dd1ad2aba2 Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Thu, 4 Apr 2019 13:24:41 +0200 Subject: [PATCH] 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 --- .../projects/qtwidgetsapplication/wizard.json | 14 +++++++------- 1 file 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 1eaddb794b3..430124cee49 100644 --- a/share/qtcreator/templates/wizards/projects/qtwidgetsapplication/wizard.json +++ b/share/qtcreator/templates/wizards/projects/qtwidgetsapplication/wizard.json @@ -60,13 +60,6 @@ } ] }, - { - "trDisplayName": "Kit Selection", - "trShortTitle": "Kits", - "typeId": "Kits", - "enabled": "%{JS: ! %{IsSubproject}}", - "data": { "projectFilePath": "%{ProjectFile}" } - }, { "trDisplayName": "Class Information", "trShortTitle": "Details", @@ -140,6 +133,13 @@ } ] }, + { + "trDisplayName": "Kit Selection", + "trShortTitle": "Kits", + "typeId": "Kits", + "enabled": "%{JS: ! %{IsSubproject}}", + "data": { "projectFilePath": "%{ProjectFile}" } + }, { "trDisplayName": "Project Management", "trShortTitle": "Summary",