forked from qt-creator/qt-creator
Wizard: remove .ui files
Task-number: QTCREATORBUG-26277 Change-Id: I2ec4dd241f4c3f6c2b4ecae832ca7b608b86fc35 Reviewed-by: Kai Koehne <kai.koehne@qt.io>
This commit is contained in:
@@ -45,7 +45,7 @@ ApplicationWindow {
|
||||
text: qsTr("Page 1")
|
||||
width: parent.width
|
||||
onClicked: {
|
||||
stackView.push("Page1Form.ui.qml")
|
||||
stackView.push("Page1Form.qml")
|
||||
drawer.close()
|
||||
}
|
||||
}
|
||||
@@ -53,7 +53,7 @@ ApplicationWindow {
|
||||
text: qsTr("Page 2")
|
||||
width: parent.width
|
||||
onClicked: {
|
||||
stackView.push("Page2Form.ui.qml")
|
||||
stackView.push("Page2Form.qml")
|
||||
drawer.close()
|
||||
}
|
||||
}
|
||||
@@ -62,7 +62,7 @@ ApplicationWindow {
|
||||
|
||||
StackView {
|
||||
id: stackView
|
||||
initialItem: "HomeForm.ui.qml"
|
||||
initialItem: "HomeForm.qml"
|
||||
anchors.fill: parent
|
||||
}
|
||||
@if %{UseVirtualKeyboard}
|
||||
|
@@ -27,8 +27,8 @@
|
||||
{ "key": "UseVirtualKeyboardByDefault", "value": "%{JS: value('Plugins').indexOf('Boot2Qt') >= 0 || value('Plugins').indexOf('Boot2QtQdb') >= 0}" },
|
||||
{ "key": "HasTranslation", "value": "%{JS: value('TsFileName') !== ''}" },
|
||||
{ "key": "SetQPAPhysicalSize", "value": "%{UseVirtualKeyboardByDefault}" },
|
||||
{ "key": "AdditionalQmlFiles", "value": "HomeForm.ui.qml Page1Form.ui.qml Page2Form.ui.qml" },
|
||||
{ "key": "AdditionalQmlFilesQbs", "value": ", \"HomeForm.ui.qml\", \"Page1Form.ui.qml\", \"Page2Form.ui.qml\"" }
|
||||
{ "key": "AdditionalQmlFiles", "value": "HomeForm.qml Page1Form.qml Page2Form.qml" },
|
||||
{ "key": "AdditionalQmlFilesQbs", "value": ", \"HomeForm.qml\", \"Page1Form.qml\", \"Page2Form.qml\"" }
|
||||
|
||||
],
|
||||
|
||||
@@ -280,16 +280,16 @@
|
||||
"openInEditor": true
|
||||
},
|
||||
{
|
||||
"source": "HomeForm.ui.qml.tpl",
|
||||
"target": "HomeForm.ui.qml"
|
||||
"source": "HomeForm.qml.tpl",
|
||||
"target": "HomeForm.qml"
|
||||
},
|
||||
{
|
||||
"source": "Page1Form.ui.qml.tpl",
|
||||
"target": "Page1Form.ui.qml"
|
||||
"source": "Page1Form.qml.tpl",
|
||||
"target": "Page1Form.qml"
|
||||
},
|
||||
{
|
||||
"source": "Page2Form.ui.qml.tpl",
|
||||
"target": "Page2Form.ui.qml"
|
||||
"source": "Page2Form.qml.tpl",
|
||||
"target": "Page2Form.qml"
|
||||
},
|
||||
{
|
||||
"source": "../qtquickcontrols2.conf",
|
||||
|
@@ -27,8 +27,8 @@
|
||||
{ "key": "UseVirtualKeyboardByDefault", "value": "%{JS: value('Plugins').indexOf('Boot2Qt') >= 0 || value('Plugins').indexOf('Boot2QtQdb') >= 0}" },
|
||||
{ "key": "HasTranslation", "value": "%{JS: value('TsFileName') !== ''}" },
|
||||
{ "key": "SetQPAPhysicalSize", "value": "%{UseVirtualKeyboardByDefault}" },
|
||||
{ "key": "AdditionalQmlFiles", "value": "Page1Form.ui.qml Page2Form.ui.qml" },
|
||||
{ "key": "AdditionalQmlFilesQbs", "value": ", \"Page1Form.ui.qml\", \"Page2Form.ui.qml\"" }
|
||||
{ "key": "AdditionalQmlFiles", "value": "Page1Form.qml Page2Form.qml" },
|
||||
{ "key": "AdditionalQmlFilesQbs", "value": ", \"Page1Form.qml\", \"Page2Form.qml\"" }
|
||||
],
|
||||
|
||||
"pages":
|
||||
@@ -279,12 +279,12 @@
|
||||
"openInEditor": true
|
||||
},
|
||||
{
|
||||
"source": "Page1Form.ui.qml.tpl",
|
||||
"target": "Page1Form.ui.qml"
|
||||
"source": "Page1Form.qml.tpl",
|
||||
"target": "Page1Form.qml"
|
||||
},
|
||||
{
|
||||
"source": "Page2Form.ui.qml.tpl",
|
||||
"target": "Page2Form.ui.qml"
|
||||
"source": "Page2Form.qml.tpl",
|
||||
"target": "Page2Form.qml"
|
||||
},
|
||||
{
|
||||
"source": "../qtquickcontrols2.conf",
|
||||
|
Reference in New Issue
Block a user