Browse Source

fixed wizard

pull/2/head
Skycoder42 7 years ago
parent
commit
4f9da45e0b
  1. BIN
      ProjectTemplate/icon.png
  2. BIN
      ProjectTemplate/icon@2x.png
  3. 2
      ProjectTemplate/view.qml
  4. 4
      ProjectTemplate/wizard.json

BIN
ProjectTemplate/icon.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 376 B

BIN
ProjectTemplate/icon@2x.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 689 B

2
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

4
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",

Loading…
Cancel
Save