aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/templates/wizards/projects/qtforpythonapplication/empty/wizard.json
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/templates/wizards/projects/qtforpythonapplication/empty/wizard.json')
-rw-r--r--share/qtcreator/templates/wizards/projects/qtforpythonapplication/empty/wizard.json32
1 files changed, 20 insertions, 12 deletions
diff --git a/share/qtcreator/templates/wizards/projects/qtforpythonapplication/empty/wizard.json b/share/qtcreator/templates/wizards/projects/qtforpythonapplication/empty/wizard.json
index 2d566dc1f66..8ca7c0cdcc5 100644
--- a/share/qtcreator/templates/wizards/projects/qtforpythonapplication/empty/wizard.json
+++ b/share/qtcreator/templates/wizards/projects/qtforpythonapplication/empty/wizard.json
@@ -26,20 +26,28 @@
{
"trDisplayName": "Define Project Details",
"trShortTitle": "Details",
- "typeId": "Fields",
- "data" :
- [
- {
- "name": "PySideVersion",
- "trDisplayName": "PySide version:",
- "type": "ComboBox",
- "data":
+ "typeId": "PythonConfiguration",
+ "data":
+ {
+ "index": 0,
+ "items":
+ [
{
- "index": 1,
- "items": [ "PySide2", "PySide6" ]
+ "trKey": "PySide 6",
+ "value":
+ {
+ "PySideVersion": "PySide6"
+ }
+ },
+ {
+ "trKey": "PySide 2",
+ "value":
+ {
+ "PySideVersion": "PySide2"
+ }
}
- }
- ]
+ ]
+ }
},
{
"trDisplayName": "Project Management",