From aa893cb652980e2abd68f2439b6ebfbc5732434f Mon Sep 17 00:00:00 2001 From: Thomas Hartmann Date: Wed, 17 Aug 2022 14:39:46 +0200 Subject: [PATCH] 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: Reviewed-by: Thomas Hartmann --- .../studio_templates/projects/application/wizard.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/share/qtcreator/qmldesigner/studio_templates/projects/application/wizard.json b/share/qtcreator/qmldesigner/studio_templates/projects/application/wizard.json index 3e7ef11beb7..6912200c14b 100644 --- a/share/qtcreator/qmldesigner/studio_templates/projects/application/wizard.json +++ b/share/qtcreator/qmldesigner/studio_templates/projects/application/wizard.json @@ -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",