diff --git a/share/qtcreator/templates/wizards/projects/qmlproject/qtquickapplication/app.qmlproject b/share/qtcreator/templates/wizards/projects/qtquickuiprototype/app.qmlproject similarity index 100% rename from share/qtcreator/templates/wizards/projects/qmlproject/qtquickapplication/app.qmlproject rename to share/qtcreator/templates/wizards/projects/qtquickuiprototype/app.qmlproject diff --git a/share/qtcreator/templates/wizards/projects/qmlproject/qtquickapplication/wizard.json b/share/qtcreator/templates/wizards/projects/qtquickuiprototype/wizard.json similarity index 91% rename from share/qtcreator/templates/wizards/projects/qmlproject/qtquickapplication/wizard.json rename to share/qtcreator/templates/wizards/projects/qtquickuiprototype/wizard.json index 53c41b82278..65352d67fae 100644 --- a/share/qtcreator/templates/wizards/projects/qmlproject/qtquickapplication/wizard.json +++ b/share/qtcreator/templates/wizards/projects/qtquickuiprototype/wizard.json @@ -3,10 +3,10 @@ "supportedProjectTypes": [ "QmlProjectManager.QmlProject" ], "id": "QA.QtQuickUi", "category": "H.Project", - "trDescription": "Creates a Qt Quick 2 UI project with a QML entry point. To use it, you need to have a QML runtime environment such as qmlscene set up. Consider using a Qt Quick Application project instead.", - "trDisplayName": "Qt Quick UI", + "trDescription": "Creates a Qt Quick 2 UI project with a QML entry point. To use it, you need to have a QML runtime environment such as qmlscene set up.\n\nUse this only if you are prototyping. You cannot create a full application with this. Consider using a Qt Quick Application project instead.", + "trDisplayName": "Qt Quick UI Prototype", "trDisplayCategory": "Other Project", - "icon": "../../qtquickapplication/qml_wizard.png", + "icon": "../qtquickapplication/qml_wizard.png", "enabled": "%{JS: [ %{Plugins} ].indexOf('QmlProjectManager') >= 0}", "featuresRequired": [ "QtSupport.Wizards.FeatureQtQuick.Controls.1.3", "QtSupport.Wizards.FeatureQtQuickProject", "QtSupport.Wizards.FeatureQt" ], @@ -123,17 +123,17 @@ "openAsProject": true }, { - "source": "../../qtquickapplication/main.qml.tpl", + "source": "../qtquickapplication/main.qml.tpl", "target": "%{ProjectDirectory}/%{MainQmlFileName}", "openInEditor": true }, { - "source": "../../qtquickapplication/MainForm.ui.qml.tpl", + "source": "../qtquickapplication/MainForm.ui.qml.tpl", "target": "%{ProjectDirectory}/MainForm.ui.qml", "condition": "%{IsUiFileInUse}" }, { - "source": "../../git.ignore", + "source": "../git.ignore", "target": "%{ProjectDirectory}/.gitignore", "condition": "%{JS: !%{IsSubproject} && '%{VersionControl}' === 'G.Git'}" }