diff options
author | Bea Lam <bea.lam@nokia.com> | 2010-03-29 00:51:24 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2010-03-29 01:00:12 (GMT) |
commit | eb125f983d274d6ddb48c96389b344b8f45bbbd0 (patch) | |
tree | 3bac25f40109051828ab6a62f24c4e3cc6f95990 /doc/src/declarative/tutorial.qdoc | |
parent | 9618d60aecf2609f50bc573874eef6d4a52a24e3 (diff) | |
download | Qt-eb125f983d274d6ddb48c96389b344b8f45bbbd0.zip Qt-eb125f983d274d6ddb48c96389b344b8f45bbbd0.tar.gz Qt-eb125f983d274d6ddb48c96389b344b8f45bbbd0.tar.bz2 |
Remove references to qmlviewer in docs.
Diffstat (limited to 'doc/src/declarative/tutorial.qdoc')
-rw-r--r-- | doc/src/declarative/tutorial.qdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/declarative/tutorial.qdoc b/doc/src/declarative/tutorial.qdoc index 310b776..66de741 100644 --- a/doc/src/declarative/tutorial.qdoc +++ b/doc/src/declarative/tutorial.qdoc @@ -114,11 +114,11 @@ In this case, we specify that our text element should be horizontally centered i \section2 Viewing the example -To view what you have created, run the qmlviewer (located in the \c bin directory) with your filename as the first argument. +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. For example, to run the provided completed Tutorial 1 example from the install location, you would type: \code -bin/qmlviewer $QTDIR/examples/declarative/tutorials/helloworld/tutorial1.qml +bin/qml $QTDIR/examples/declarative/tutorials/helloworld/tutorial1.qml \endcode */ |