aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/templates/wizards/projects/qtforpythonapplication/mainwindow/wizard.json
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/templates/wizards/projects/qtforpythonapplication/mainwindow/wizard.json')
-rw-r--r--share/qtcreator/templates/wizards/projects/qtforpythonapplication/mainwindow/wizard.json36
1 files changed, 26 insertions, 10 deletions
diff --git a/share/qtcreator/templates/wizards/projects/qtforpythonapplication/mainwindow/wizard.json b/share/qtcreator/templates/wizards/projects/qtforpythonapplication/mainwindow/wizard.json
index 58e9f8cd526..9156caaffd8 100644
--- a/share/qtcreator/templates/wizards/projects/qtforpythonapplication/mainwindow/wizard.json
+++ b/share/qtcreator/templates/wizards/projects/qtforpythonapplication/mainwindow/wizard.json
@@ -31,16 +31,6 @@
"data" :
[
{
- "name": "PySideVersion",
- "trDisplayName": "PySide version:",
- "type": "ComboBox",
- "data":
- {
- "index": 1,
- "items": [ "PySide2", "PySide6" ]
- }
- },
- {
"name": "Class",
"trDisplayName": "Class name:",
"mandatory": true,
@@ -78,6 +68,32 @@
]
},
{
+ "trDisplayName": "Define Project Details",
+ "trShortTitle": "Details",
+ "typeId": "PythonConfiguration",
+ "data":
+ {
+ "index": 0,
+ "items":
+ [
+ {
+ "trKey": "PySide 6",
+ "value":
+ {
+ "PySideVersion": "PySide6"
+ }
+ },
+ {
+ "trKey": "PySide 2",
+ "value":
+ {
+ "PySideVersion": "PySide2"
+ }
+ }
+ ]
+ }
+ },
+ {
"trDisplayName": "Project Management",
"trShortTitle": "Summary",
"typeId": "Summary"