summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/tutorial.qdoc
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2010-07-02 11:21:55 +1000
committerBea Lam <bea.lam@nokia.com>2010-07-02 13:43:53 +1000
commita02de048753aeb9e4c6811bf7689801c59d3c236 (patch)
treef93f7263f5ec8f2775840cc581a1823f1de4e095 /doc/src/declarative/tutorial.qdoc
parent1636e03a2fda5108cb4389689a327e65c47dfe0e (diff)
Fix docs to link to the new QML Viewer page instead of the Runtime page
where applicable, and remove or rename references to 'qml' tool. Also improve QML Viewer docs.
Diffstat (limited to 'doc/src/declarative/tutorial.qdoc')
-rw-r--r--doc/src/declarative/tutorial.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/declarative/tutorial.qdoc b/doc/src/declarative/tutorial.qdoc
index c88448618d..7a97eb19a0 100644
--- a/doc/src/declarative/tutorial.qdoc
+++ b/doc/src/declarative/tutorial.qdoc
@@ -101,11 +101,11 @@ The \c font.pointSize and \c font.bold properties are related to fonts and use t
\section2 Viewing the example
-To view what you have created, run the \l{Qt Declarative UI Runtime}{qml} tool (located in the \c bin directory) with your filename as the first argument.
+To view what you have created, run the \l{QML Viewer} tool (located in the \c bin directory) with your filename as the first argument.
For example, to run the provided completed Tutorial 1 example from the install location, you would type:
\code
-bin/qml $QTDIR/examples/declarative/tutorials/helloworld/tutorial1.qml
+bin/qmlviewer $QTDIR/examples/declarative/tutorials/helloworld/tutorial1.qml
\endcode
*/