forked from qt-creator/qt-creator
QtQuick Wizards: Update available Qt versions
Change-Id: I0546cfd965a450a9844b42a2c5e869dbb3447063 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
committed by
Thomas Hartmann
parent
0735253139
commit
d3f725f39d
@@ -46,6 +46,16 @@
|
|||||||
"index": 2,
|
"index": 2,
|
||||||
"items":
|
"items":
|
||||||
[
|
[
|
||||||
|
{
|
||||||
|
"trKey": "Qt 5.8",
|
||||||
|
"value":
|
||||||
|
"{
|
||||||
|
'qtQuickVersion': '2.8',
|
||||||
|
'qtQuickWindowVersion': '2.2',
|
||||||
|
'qtQuickVirtualKeyboardImport': 'QtQuick.VirtualKeyboard 2.1',
|
||||||
|
'qtQuickVirtualKeyboardWhenVisible': 'inputPanel.active'
|
||||||
|
}"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"trKey": "Qt 5.7",
|
"trKey": "Qt 5.7",
|
||||||
"value":
|
"value":
|
||||||
|
@@ -42,6 +42,22 @@
|
|||||||
{
|
{
|
||||||
"items":
|
"items":
|
||||||
[
|
[
|
||||||
|
{
|
||||||
|
"trKey": "Qt 5.8",
|
||||||
|
"value":
|
||||||
|
"{
|
||||||
|
'qtQuickVersion': '2.8',
|
||||||
|
'qtQuickWindowVersion': '2.2'
|
||||||
|
}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"trKey": "Qt 5.7",
|
||||||
|
"value":
|
||||||
|
"{
|
||||||
|
'qtQuickVersion': '2.7',
|
||||||
|
'qtQuickWindowVersion': '2.2'
|
||||||
|
}"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"trKey": "Qt 5.6",
|
"trKey": "Qt 5.6",
|
||||||
"value":
|
"value":
|
||||||
|
Reference in New Issue
Block a user