diff --git a/ProjectTemplate/icon.png b/ProjectTemplate/icon.png new file mode 100644 index 0000000..d974727 Binary files /dev/null and b/ProjectTemplate/icon.png differ diff --git a/ProjectTemplate/icon@2x.png b/ProjectTemplate/icon@2x.png new file mode 100644 index 0000000..7d79b41 Binary files /dev/null and b/ProjectTemplate/icon@2x.png differ diff --git a/ProjectTemplate/view.qml b/ProjectTemplate/view.qml index d006906..71624d3 100644 --- a/ProjectTemplate/view.qml +++ b/ProjectTemplate/view.qml @@ -1,5 +1,5 @@ import QtQuick 2.10 -import QtQuick.Vms 2.3 +import QtQuick.Controls 2.3 import QtQuick.Layouts 1.3 import de.skycoder42.QtMvvm.Core 1.0 import de.skycoder42.QtMvvm.Quick 1.0 diff --git a/ProjectTemplate/wizard.json b/ProjectTemplate/wizard.json index cb359ce..76f57cd 100644 --- a/ProjectTemplate/wizard.json +++ b/ProjectTemplate/wizard.json @@ -6,7 +6,7 @@ "trDescription": "Creates a QtMvvm project skeleton, for easy creation of new QtMvvm projects.", "trDisplayName": "QtMvvm Application Project", "trDisplayCategory": "Application", - "icon": "../../global/guiapplication.png", + "icon": "icon.png", "featuresRequired": [ "QtSupport.Wizards.FeatureQt" ], "enabled": "%{JS: [ %{Plugins} ].indexOf('QmakeProjectManager') >= 0}", "options": @@ -56,7 +56,7 @@ "trDisplayName": "Project Location", "trShortTitle": "Location", "typeId": "Project", - "data": { "trDescription": "This wizard creates the skeleton." } + "data": { "trDescription": "This wizard creates the projects and subprojects needed for a QtMvvm application." } }, { "trDisplayName": "Define Project Details",