forked from qt-creator/qt-creator
QmlDesigner: Do not open the Screen01 from wizard
The qmlproject wizard will open the main ui file with a slight delay for the code model. Task-number: QDS-7349 Change-Id: Ic4265eba78f3914564de0ba251d43aeb477bef5e Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
@@ -318,8 +318,7 @@
|
||||
},
|
||||
{
|
||||
"source": "Screen01.ui.qml.tpl",
|
||||
"target": "%{ProjectDirectory}/content/Screen01.ui.qml",
|
||||
"openInEditor": true
|
||||
"target": "%{ProjectDirectory}/content/Screen01.ui.qml"
|
||||
},
|
||||
{
|
||||
"source": "../common/fonts.txt",
|
||||
|
Reference in New Issue
Block a user