forked from qt-creator/qt-creator
Project Wizards: Make the categorie names reflect the contents
Also reorder the contents to have Qt Quick on top. Move Console Qt to Other Projects. Qt QWidget project isn't the best name, but the new structure is a improvement so using it for now. Task-Nr: QTCREATORBUG-3513 Ack-By: con Ack-By: kkoehne
This commit is contained in:
@@ -70,7 +70,7 @@ Core::BaseFileWizardParameters QmlProjectApplicationWizard::parameters()
|
||||
Core::BaseFileWizardParameters parameters(ProjectWizard);
|
||||
parameters.setIcon(QIcon(QLatin1String(Qt4ProjectManager::Constants::QML_WIZARD_ICON)));
|
||||
parameters.setDisplayName(tr("Qt Quick UI"));
|
||||
parameters.setId(QLatin1String("QA.QML Application"));
|
||||
parameters.setId(QLatin1String("QB.QML Application"));
|
||||
|
||||
parameters.setDescription(tr("Creates a Qt Quick UI project with a single "
|
||||
"QML file that contains the main view.\n\n"
|
||||
|
||||
Reference in New Issue
Block a user