aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/templates/wizards/projects/qtquickapplication/scroll/wizard.json
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/templates/wizards/projects/qtquickapplication/scroll/wizard.json')
-rw-r--r--share/qtcreator/templates/wizards/projects/qtquickapplication/scroll/wizard.json32
1 files changed, 16 insertions, 16 deletions
diff --git a/share/qtcreator/templates/wizards/projects/qtquickapplication/scroll/wizard.json b/share/qtcreator/templates/wizards/projects/qtquickapplication/scroll/wizard.json
index 6eb62de325..7ca61136a3 100644
--- a/share/qtcreator/templates/wizards/projects/qtquickapplication/scroll/wizard.json
+++ b/share/qtcreator/templates/wizards/projects/qtquickapplication/scroll/wizard.json
@@ -128,66 +128,66 @@
{
"trKey": "Default",
"value":
- "{
+ "({
'QtQuickControlsStyle': 'Default',
'QtQuickControlsStyleTheme': ''
- }"
+ })"
},
{
"trKey": "Material Light",
"value":
- "{
+ "({
'QtQuickControlsStyle': 'Material',
'QtQuickControlsStyleTheme': 'Light'
- }"
+ })"
},
{
"trKey": "Material Dark",
"value":
- "{
+ "({
'QtQuickControlsStyle': 'Material',
'QtQuickControlsStyleTheme': 'Dark'
- }"
+ })"
},
{
"trKey": "Universal Light",
"value":
- "{
+ "({
'QtQuickControlsStyle': 'Universal',
'QtQuickControlsStyleTheme': 'Light'
- }"
+ })"
},
{
"trKey": "Universal Dark",
"value":
- "{
+ "({
'QtQuickControlsStyle': 'Universal',
'QtQuickControlsStyleTheme': 'Dark'
- }"
+ })"
},
{
"trKey": "Universal System",
"value":
- "{
+ "({
'QtQuickControlsStyle': 'Universal',
'QtQuickControlsStyleTheme': 'System'
- }"
+ })"
},
{
"trKey": "Fusion (Qt 5.10+)",
"value":
- "{
+ "({
'QtQuickControlsStyle': 'Fusion',
'QtQuickControlsStyleTheme': ''
- }"
+ })"
},
{
"trKey": "Imagine (Qt 5.10+)",
"value":
- "{
+ "({
'QtQuickControlsStyle': 'Imagine',
'QtQuickControlsStyleTheme': ''
- }"
+ })"
}
]
}