aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlessandro Portale <[email protected]>2025-09-10 13:00:26 +0200
committerAlessandro Portale <[email protected]>2025-09-11 09:19:01 +0000
commit2156c216f895b75146d9c90f70c9b1bad030da71 (patch)
treef2bcf37d9ca93b16bb5d4a10960994fc41b5a89a
parentb77f21e7d11598f3bff115c83efa1be864b2b33a (diff)
New Project Wizard: Move Qt Quick wizards to the top
Fixes: QTCREATORBUG-33473 Change-Id: Ia75835dd701bcc0bf931b2426645a965779ab06d Reviewed-by: Marcus Tillmanns <[email protected]>
-rw-r--r--share/qtcreator/templates/wizards/projects/qtforpythonapplication/qtquickapplication/wizard.json2
-rw-r--r--share/qtcreator/templates/wizards/projects/qtquickapplication/wizard.json2
-rw-r--r--share/qtcreator/templates/wizards/projects/qtquickapplication_compat/empty/wizard.json2
3 files changed, 3 insertions, 3 deletions
diff --git a/share/qtcreator/templates/wizards/projects/qtforpythonapplication/qtquickapplication/wizard.json b/share/qtcreator/templates/wizards/projects/qtforpythonapplication/qtquickapplication/wizard.json
index 9805f991468..733217554ea 100644
--- a/share/qtcreator/templates/wizards/projects/qtforpythonapplication/qtquickapplication/wizard.json
+++ b/share/qtcreator/templates/wizards/projects/qtforpythonapplication/qtquickapplication/wizard.json
@@ -1,7 +1,7 @@
{
"version": 1,
"supportedProjectTypes": [ "PythonProject" ],
- "id": "F.QtQuickQtForPythonApplicationEmpty",
+ "id": "E.QtQuickQtForPythonApplicationEmpty",
"category": "F.ApplicationPySide",
"trDescription": "Creates a Qt Quick application that contains an empty window.",
"trDisplayName": "Qt Quick Application - Empty",
diff --git a/share/qtcreator/templates/wizards/projects/qtquickapplication/wizard.json b/share/qtcreator/templates/wizards/projects/qtquickapplication/wizard.json
index 85c3f2edca3..2b4042b302a 100644
--- a/share/qtcreator/templates/wizards/projects/qtquickapplication/wizard.json
+++ b/share/qtcreator/templates/wizards/projects/qtquickapplication/wizard.json
@@ -1,7 +1,7 @@
{
"version": 1,
"supportedProjectTypes": [ "CMakeProjectManager.CMakeProject" ],
- "id": "U.QtQuickApplicationEmpty",
+ "id": "A.QtQuickApplicationEmpty",
"category": "D.ApplicationQt",
"trDescription": "Creates a Qt Quick application that can have both QML and C++ code. You can build the application and deploy it to desktop, embedded, and mobile target platforms.",
"trDisplayName": "Qt Quick Application",
diff --git a/share/qtcreator/templates/wizards/projects/qtquickapplication_compat/empty/wizard.json b/share/qtcreator/templates/wizards/projects/qtquickapplication_compat/empty/wizard.json
index 78af6f2118d..683c6be8c5e 100644
--- a/share/qtcreator/templates/wizards/projects/qtquickapplication_compat/empty/wizard.json
+++ b/share/qtcreator/templates/wizards/projects/qtquickapplication_compat/empty/wizard.json
@@ -1,7 +1,7 @@
{
"version": 1,
"supportedProjectTypes": [ "CMakeProjectManager.CMakeProject", "Qbs.QbsProject", "Qt4ProjectManager.Qt4Project" ],
- "id": "V.QtQuickApplicationEmptyCompat",
+ "id": "B.QtQuickApplicationEmptyCompat",
"category": "D.ApplicationQt",
"trDescription": "Creates a Qt Quick application that contains an empty window.\n\nUse this \"compat\" version if you want to use other build systems than CMake or Qt versions lower than 6.",
"trDisplayName": "Qt Quick Application (compat)",