aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/qtquick/qtquick-app-tutorial.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/qtquick/qtquick-app-tutorial.qdoc')
-rw-r--r--doc/src/qtquick/qtquick-app-tutorial.qdoc5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/qtquick/qtquick-app-tutorial.qdoc b/doc/src/qtquick/qtquick-app-tutorial.qdoc
index dbbee8e71b..147df44a43 100644
--- a/doc/src/qtquick/qtquick-app-tutorial.qdoc
+++ b/doc/src/qtquick/qtquick-app-tutorial.qdoc
@@ -73,10 +73,10 @@
\image qmldesigner-tutorial-design-mode.png "Transitions project in Design Mode"
- \li In the \uicontrol Navigator, select \uicontrol RowLayout and press
+ \li In the \uicontrol Navigator, select \uicontrol Label and press
\key Delete to delete it.
- \li Select \uicontrol Item in the navigator, and enter \e page in the
+ \li Select \uicontrol Page in the navigator, and enter \e page in the
\uicontrol Id field.
\li In \uicontrol Library > \uicontrol Resources, select qt-logo.png and
@@ -242,6 +242,7 @@
expressions for the x and y properties, as illustrated by the
following code snippet:
+ \skipto StateGroup
\printuntil ]
\li Press \key {Ctrl+R} to run the application.