summaryrefslogtreecommitdiff
path: root/share/qtcreator/templates/wizards/projects
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/templates/wizards/projects')
-rw-r--r--share/qtcreator/templates/wizards/projects/consoleapp/wizard.json1
-rw-r--r--share/qtcreator/templates/wizards/projects/cpplibrary/wizard.json1
-rw-r--r--share/qtcreator/templates/wizards/projects/plainc/wizard.json1
-rw-r--r--share/qtcreator/templates/wizards/projects/plaincpp/wizard.json1
-rw-r--r--share/qtcreator/templates/wizards/projects/qtquickapplication/empty/wizard.json3
-rw-r--r--share/qtcreator/templates/wizards/projects/qtquickapplication/scroll/wizard.json3
-rw-r--r--share/qtcreator/templates/wizards/projects/qtquickapplication/stack/wizard.json3
-rw-r--r--share/qtcreator/templates/wizards/projects/qtquickapplication/swipe/wizard.json3
-rw-r--r--share/qtcreator/templates/wizards/projects/qtwidgetsapplication/wizard.json1
9 files changed, 17 insertions, 0 deletions
diff --git a/share/qtcreator/templates/wizards/projects/consoleapp/wizard.json b/share/qtcreator/templates/wizards/projects/consoleapp/wizard.json
index b500c9edf4..aa64d12bed 100644
--- a/share/qtcreator/templates/wizards/projects/consoleapp/wizard.json
+++ b/share/qtcreator/templates/wizards/projects/consoleapp/wizard.json
@@ -39,6 +39,7 @@
"name": "BuildSystem",
"trDisplayName": "Build system:",
"type": "ComboBox",
+ "persistenceKey": "BuildSystemType",
"data":
{
"index": 0,
diff --git a/share/qtcreator/templates/wizards/projects/cpplibrary/wizard.json b/share/qtcreator/templates/wizards/projects/cpplibrary/wizard.json
index 512ffdfe66..0b12fd67e1 100644
--- a/share/qtcreator/templates/wizards/projects/cpplibrary/wizard.json
+++ b/share/qtcreator/templates/wizards/projects/cpplibrary/wizard.json
@@ -54,6 +54,7 @@
"name": "BuildSystem",
"trDisplayName": "Build system:",
"type": "ComboBox",
+ "persistenceKey": "BuildSystemType",
"data":
{
"index": 0,
diff --git a/share/qtcreator/templates/wizards/projects/plainc/wizard.json b/share/qtcreator/templates/wizards/projects/plainc/wizard.json
index 66514cb9a7..205e02c379 100644
--- a/share/qtcreator/templates/wizards/projects/plainc/wizard.json
+++ b/share/qtcreator/templates/wizards/projects/plainc/wizard.json
@@ -36,6 +36,7 @@
"name": "BuildSystem",
"trDisplayName": "Build system:",
"type": "ComboBox",
+ "persistenceKey": "BuildSystemType",
"data":
{
"index": 0,
diff --git a/share/qtcreator/templates/wizards/projects/plaincpp/wizard.json b/share/qtcreator/templates/wizards/projects/plaincpp/wizard.json
index f5fbffaa84..496f2f41c1 100644
--- a/share/qtcreator/templates/wizards/projects/plaincpp/wizard.json
+++ b/share/qtcreator/templates/wizards/projects/plaincpp/wizard.json
@@ -36,6 +36,7 @@
"name": "BuildSystem",
"trDisplayName": "Build system:",
"type": "ComboBox",
+ "persistenceKey": "BuildSystemType",
"data":
{
"index": 0,
diff --git a/share/qtcreator/templates/wizards/projects/qtquickapplication/empty/wizard.json b/share/qtcreator/templates/wizards/projects/qtquickapplication/empty/wizard.json
index 412aa3f8f8..04fa9bbb7d 100644
--- a/share/qtcreator/templates/wizards/projects/qtquickapplication/empty/wizard.json
+++ b/share/qtcreator/templates/wizards/projects/qtquickapplication/empty/wizard.json
@@ -44,6 +44,7 @@
"name": "BuildSystem",
"trDisplayName": "Build system:",
"type": "ComboBox",
+ "persistenceKey": "BuildSystemType",
"data":
{
"index": 0,
@@ -79,6 +80,7 @@
"name": "QtVersion",
"trDisplayName": "Minimal required Qt version:",
"type": "ComboBox",
+ "persistenceKey": "QtQuick.minimumQtVersion",
"data":
{
"index": 1,
@@ -163,6 +165,7 @@
"name": "UseVirtualKeyboard",
"trDisplayName": "Use Qt Virtual Keyboard",
"type": "CheckBox",
+ "persistenceKey": "QtQuick.UseVirtualKeyboard.%{UseVirtualKeyboardByDefault}",
"data":
{
"checked": "%{UseVirtualKeyboardByDefault}"
diff --git a/share/qtcreator/templates/wizards/projects/qtquickapplication/scroll/wizard.json b/share/qtcreator/templates/wizards/projects/qtquickapplication/scroll/wizard.json
index adfa7def75..1fa633f83d 100644
--- a/share/qtcreator/templates/wizards/projects/qtquickapplication/scroll/wizard.json
+++ b/share/qtcreator/templates/wizards/projects/qtquickapplication/scroll/wizard.json
@@ -46,6 +46,7 @@
"name": "BuildSystem",
"trDisplayName": "Build system:",
"type": "ComboBox",
+ "persistenceKey": "BuildSystemType",
"data":
{
"index": 0,
@@ -81,6 +82,7 @@
"name": "QtVersion",
"trDisplayName": "Minimal required Qt version:",
"type": "ComboBox",
+ "persistenceKey": "QtQuick.minimumQtVersion",
"data":
{
"index": 1,
@@ -214,6 +216,7 @@
"name": "UseVirtualKeyboard",
"trDisplayName": "Use Qt Virtual Keyboard",
"type": "CheckBox",
+ "persistenceKey": "QtQuick.UseVirtualKeyboard.%{UseVirtualKeyboardByDefault}",
"data":
{
"checked": "%{UseVirtualKeyboardByDefault}"
diff --git a/share/qtcreator/templates/wizards/projects/qtquickapplication/stack/wizard.json b/share/qtcreator/templates/wizards/projects/qtquickapplication/stack/wizard.json
index a4593f8eb1..59ea4db313 100644
--- a/share/qtcreator/templates/wizards/projects/qtquickapplication/stack/wizard.json
+++ b/share/qtcreator/templates/wizards/projects/qtquickapplication/stack/wizard.json
@@ -46,6 +46,7 @@
"name": "BuildSystem",
"trDisplayName": "Build system:",
"type": "ComboBox",
+ "persistenceKey": "BuildSystemType",
"data":
{
"index": 0,
@@ -81,6 +82,7 @@
"name": "QtVersion",
"trDisplayName": "Minimal required Qt version:",
"type": "ComboBox",
+ "persistenceKey": "QtQuick.minimumQtVersion",
"data":
{
"index": 1,
@@ -232,6 +234,7 @@
"name": "UseVirtualKeyboard",
"trDisplayName": "Use Qt Virtual Keyboard",
"type": "CheckBox",
+ "persistenceKey": "QtQuick.UseVirtualKeyboard.%{UseVirtualKeyboardByDefault}",
"data":
{
"checked": "%{UseVirtualKeyboardByDefault}"
diff --git a/share/qtcreator/templates/wizards/projects/qtquickapplication/swipe/wizard.json b/share/qtcreator/templates/wizards/projects/qtquickapplication/swipe/wizard.json
index 9f47b864e1..b2e90419b4 100644
--- a/share/qtcreator/templates/wizards/projects/qtquickapplication/swipe/wizard.json
+++ b/share/qtcreator/templates/wizards/projects/qtquickapplication/swipe/wizard.json
@@ -46,6 +46,7 @@
"name": "BuildSystem",
"trDisplayName": "Build system:",
"type": "ComboBox",
+ "persistenceKey": "BuildSystemType",
"data":
{
"index": 0,
@@ -81,6 +82,7 @@
"name": "QtVersion",
"trDisplayName": "Minimal required Qt version:",
"type": "ComboBox",
+ "persistenceKey": "QtQuick.minimumQtVersion",
"data":
{
"index": 1,
@@ -232,6 +234,7 @@
"name": "UseVirtualKeyboard",
"trDisplayName": "Use Qt Virtual Keyboard",
"type": "CheckBox",
+ "persistenceKey": "QtQuick.UseVirtualKeyboard.%{UseVirtualKeyboardByDefault}",
"data":
{
"checked": "%{UseVirtualKeyboardByDefault}"
diff --git a/share/qtcreator/templates/wizards/projects/qtwidgetsapplication/wizard.json b/share/qtcreator/templates/wizards/projects/qtwidgetsapplication/wizard.json
index 971ef3f88f..055299f94d 100644
--- a/share/qtcreator/templates/wizards/projects/qtwidgetsapplication/wizard.json
+++ b/share/qtcreator/templates/wizards/projects/qtwidgetsapplication/wizard.json
@@ -42,6 +42,7 @@
"name": "BuildSystem",
"trDisplayName": "Build system:",
"type": "ComboBox",
+ "persistenceKey": "BuildSystemType",
"data":
{
"index": 0,