forked from qt-creator/qt-creator
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>
This commit is contained in:
@@ -60,13 +60,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"trDisplayName": "Kit Selection",
|
|
||||||
"trShortTitle": "Kits",
|
|
||||||
"typeId": "Kits",
|
|
||||||
"enabled": "%{JS: ! %{IsSubproject}}",
|
|
||||||
"data": { "projectFilePath": "%{ProjectFile}" }
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"trDisplayName": "Class Information",
|
"trDisplayName": "Class Information",
|
||||||
"trShortTitle": "Details",
|
"trShortTitle": "Details",
|
||||||
@@ -140,6 +133,13 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"trDisplayName": "Kit Selection",
|
||||||
|
"trShortTitle": "Kits",
|
||||||
|
"typeId": "Kits",
|
||||||
|
"enabled": "%{JS: ! %{IsSubproject}}",
|
||||||
|
"data": { "projectFilePath": "%{ProjectFile}" }
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"trDisplayName": "Project Management",
|
"trDisplayName": "Project Management",
|
||||||
"trShortTitle": "Summary",
|
"trShortTitle": "Summary",
|
||||||
|
Reference in New Issue
Block a user