summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2021-06-21 08:05:04 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-06-21 08:26:50 +0000
commit4decfd04b505326aac25e154364f2e851485569f (patch)
tree25c46f12bfdbc8562847d3d95789f0adb1c7971e
parent6dbd8862ecc9cd7012105d8051577eb6332edc54 (diff)
downloadqtdoc-4decfd04b505326aac25e154364f2e851485569f.tar.gz
Doc: Update location to Qt Quick app template
As the Qt Creator UI has changed, update the instructions to reflect said change. Fixes: QTBUG-94607 Change-Id: Ib3912512f8812226ddf325088b70080a0a1b3051 Reviewed-by: Nico Vertriest <nico.vertriest@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> (cherry picked from commit 44e06153d25a1abefd0052d724a2576dd16b5c43) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--doc/src/qmlapp/firststepsqml.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/qmlapp/firststepsqml.qdoc b/doc/src/qmlapp/firststepsqml.qdoc
index 12fedb19..e1ad1369 100644
--- a/doc/src/qmlapp/firststepsqml.qdoc
+++ b/doc/src/qmlapp/firststepsqml.qdoc
@@ -104,8 +104,8 @@ If we save that document as "HelloWorld.qml", we can load and display it.
To display the graphical scene defined by the QML document, it may be loaded
with \l{Qt Creator Manual}{Qt Creator}. For simple UI files such as this one,
-select \gui{File > New File or Project > Applications > Qt Quick UI} from
-within Qt Creator.
+select \gui{File > New File or Project > Application (Qt Quick) > Qt Quick
+Application - Empty} from within Qt Creator.
Pressing the green \gui{Run} button runs the application. You should see the
text \gui{Hello, World!} in the center of a red rectangle.