forked from qt-creator/qt-creator
Python: Add PySide 5.14 to the QtQuick application wizard
Change-Id: I03e93aa8bb72b48e93c196e56656e7f7321e33fe Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
This commit is contained in:
@@ -37,9 +37,17 @@
|
||||
"type": "ComboBox",
|
||||
"data":
|
||||
{
|
||||
"index": 1,
|
||||
"index": 2,
|
||||
"items":
|
||||
[
|
||||
{
|
||||
"trKey": "PySide 5.14",
|
||||
"value":
|
||||
{
|
||||
"QtQuickVersion": "2.14",
|
||||
"QtQuickWindowVersion": "2.14"
|
||||
}
|
||||
},
|
||||
{
|
||||
"trKey": "PySide 5.13",
|
||||
"value":
|
||||
|
||||
Reference in New Issue
Block a user