summaryrefslogtreecommitdiff
path: root/doc/src/qmlapp/firststepsqml.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/qmlapp/firststepsqml.qdoc')
-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.