diff options
author | Bea Lam <bea.lam@nokia.com> | 2010-07-02 01:21:55 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2010-07-02 03:43:53 (GMT) |
commit | a02de048753aeb9e4c6811bf7689801c59d3c236 (patch) | |
tree | f93f7263f5ec8f2775840cc581a1823f1de4e095 /doc/src/declarative/qml-intro.qdoc | |
parent | 1636e03a2fda5108cb4389689a327e65c47dfe0e (diff) | |
download | Qt-a02de048753aeb9e4c6811bf7689801c59d3c236.zip Qt-a02de048753aeb9e4c6811bf7689801c59d3c236.tar.gz Qt-a02de048753aeb9e4c6811bf7689801c59d3c236.tar.bz2 |
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/qml-intro.qdoc')
-rw-r--r-- | doc/src/declarative/qml-intro.qdoc | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/src/declarative/qml-intro.qdoc b/doc/src/declarative/qml-intro.qdoc index ac79496..21ce2dd 100644 --- a/doc/src/declarative/qml-intro.qdoc +++ b/doc/src/declarative/qml-intro.qdoc @@ -105,9 +105,17 @@ This is a valid QML script. To run it, copy it and save it to a file, say myexample.qml, and on the command line run the command \code - qml myexample.qml + qmlviewer myexample.qml \endcode +On Mac OS X, open the "QMLViewer" application instead and open the +\c myexample.qml file, or run it from the command line: + + \code + QMLViewer.app/Contents/MacOS/QMLViewer myexample.qml + \endcode + + It will create a very boring rectangle in its own window. |