forked from qt-creator/qt-creator
More Qt Quick wizard fixes for Qt 5.12
Task-number: QTCREATORBUG-21476
Change-Id: Icadcf12dc59786a62205cccc917a13b42f55b782
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
Reviewed-by: Robert Loehning <robert.loehning@qt.io>
(cherry picked from commit 69b111b3c7
)
This commit is contained in:
@@ -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': ''
|
||||
}"
|
||||
})"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@@ -145,66 +145,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': ''
|
||||
}"
|
||||
})"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@@ -145,66 +145,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': ''
|
||||
}"
|
||||
})"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user