summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Jenssen <tim.jenssen@qt.io>2022-10-27 15:22:37 +0200
committerTim Jenssen <tim.jenssen@qt.io>2022-10-27 15:06:40 +0000
commitad3169bedd3953941d1e6fd82c2db5e1385919ae (patch)
treec827428813abdbc170cb5f2fdaa14cc493066850
parentbc370aecfdee8216a512e33b0c33d6f84f5745d8 (diff)
downloadqt-creator-ad3169bedd3953941d1e6fd82c2db5e1385919ae.tar.gz
qds: fix mobile scroll projects template
I guess this was removed by accident at d99a6d2efe3b56263835b67cc32d30d3bd0963dc so I just adding it back now. Task-number: QDS-8111 Change-Id: Ib42ce5cc0cf13608f07b0671adce149c15878ef0 Reviewed-by: Henning Gründl <henning.gruendl@qt.io>
-rw-r--r--share/qtcreator/qmldesigner/studio_templates/projects/mobile-scroll/wizard.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/qtcreator/qmldesigner/studio_templates/projects/mobile-scroll/wizard.json b/share/qtcreator/qmldesigner/studio_templates/projects/mobile-scroll/wizard.json
index 87d0c94860..37e40ff8ba 100644
--- a/share/qtcreator/qmldesigner/studio_templates/projects/mobile-scroll/wizard.json
+++ b/share/qtcreator/qmldesigner/studio_templates/projects/mobile-scroll/wizard.json
@@ -18,6 +18,8 @@
{ "key": "ProjectPluginClassName", "value": "%{ProjectName}Plugin" },
{ "key": "QmlProjectFileName", "value": "%{JS: Util.fileName('%{ProjectName}', 'qmlproject')}" },
{ "key": "ImportModuleName", "value": "%{ProjectName}" },
+ { "key": "UIClassName", "value": "Screen01" },
+ { "key": "UIClassFileName", "value": "%{JS: Util.fileName('%{UIClassName}', 'ui.qml')}" },
{ "key": "IsQt6Project", "value": "%{JS: value('QtQuickVersion') !== '2.15' }" },
{ "key": "QtQuickVersion", "value": "%{JS: %{TargetQtVersion}.TargetQuickVersion}" },
{ "key": "QtQuickFeature", "value": "QtSupport.Wizards.FeatureQtQuick.%{QtQuickVersion}" },