forked from qt-creator/qt-creator
Wizards: Fix form ui wizard
Fix the description and labels. Task-number: QTCREATORBUG-13227 Change-Id: I81a017ced91198bdc4e822cfcc1c45580945a773 Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
This commit is contained in:
committed by
Thomas Hartmann
parent
1b31e8eebd
commit
44e0f91f73
@@ -3,7 +3,7 @@
|
|||||||
"kind": "file",
|
"kind": "file",
|
||||||
"id": "R.QtQuickUi",
|
"id": "R.QtQuickUi",
|
||||||
"category": "R.Qt",
|
"category": "R.Qt",
|
||||||
"trDescription": "Creates a QML file with boilerplate code, starting with \"import QtQuick 2.4\".",
|
"trDescription": "Creates a Qt Quick Designer UI form along with a matching QML file for implementation purposes. You can add the form and file to an existing Qt Quick Project.",
|
||||||
"trDisplayName": "QtQuick UI File",
|
"trDisplayName": "QtQuick UI File",
|
||||||
"trDisplayCategory": "Qt",
|
"trDisplayCategory": "Qt",
|
||||||
"icon": "../../global/genericfilewizard.png",
|
"icon": "../../global/genericfilewizard.png",
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"name": "Class",
|
"name": "Class",
|
||||||
"trDisplayName": "Class name:",
|
"trDisplayName": "Component name:",
|
||||||
"mandatory": true,
|
"mandatory": true,
|
||||||
"type": "LineEdit",
|
"type": "LineEdit",
|
||||||
"data": { "validator": "(?:[A-Z_][a-zA-Z_0-9]*|)" }
|
"data": { "validator": "(?:[A-Z_][a-zA-Z_0-9]*|)" }
|
||||||
@@ -37,7 +37,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "FormClass",
|
"name": "FormClass",
|
||||||
"trDisplayName": "Ui Class name:",
|
"trDisplayName": "Component form name:",
|
||||||
"mandatory": true,
|
"mandatory": true,
|
||||||
"type": "LineEdit",
|
"type": "LineEdit",
|
||||||
"data": {
|
"data": {
|
||||||
|
Reference in New Issue
Block a user