forked from qt-creator/qt-creator
Wizards: Fix inconsistent category display names
Change-Id: I24d0744351d0065793b8ccb65ba83d8a499f28dd Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
committed by
Tobias Hunger
parent
f00280d11d
commit
5077081319
@@ -5,7 +5,7 @@
|
||||
"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",
|
||||
"trDisplayCategory": "Application",
|
||||
"trDisplayCategory": "Other Project",
|
||||
"icon": "../../qmake/qtquickapplication/qml_wizard.png",
|
||||
"enabled": "%{JS: [ %{Plugins} ].indexOf('QmlProjectManager') >= 0}",
|
||||
"featuresRequired": [ "QtSupport.Wizards.FeatureQtQuick.Controls.1.3", "QtSupport.Wizards.FeatureQtQuickProject", "QtSupport.Wizards.FeatureQt" ],
|
||||
|
@@ -5,7 +5,7 @@
|
||||
"category": "H.Project",
|
||||
"trDescription": "Creates a Qt Quick 2 UI project using Qt Quick Controls 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 Controls Application project instead.",
|
||||
"trDisplayName": "Qt Quick Controls UI",
|
||||
"trDisplayCategory": "Application",
|
||||
"trDisplayCategory": "Other Project",
|
||||
"icon": "../../qmake/qtquickapplication/qml_wizard.png",
|
||||
"enabled": "%{JS: [ %{Plugins} ].indexOf('QmlProjectManager') >= 0}",
|
||||
"featuresRequired": [ "QtSupport.Wizards.FeatureQtQuick.Controls.1.3", "QtSupport.Wizards.FeatureQtQuickProject", "QtSupport.Wizards.FeatureQt" ],
|
||||
|
Reference in New Issue
Block a user