summaryrefslogtreecommitdiffstats
path: root/doc/src
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2010-05-19 06:46:08 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2010-05-19 06:46:08 (GMT)
commitf5588a2177452de29804e67ae8cd45c50f6dfdba (patch)
tree2f85ef59dd263d491afd24358236d620210b8f30 /doc/src
parentfd02170f2fd241b53a20668c6354249bdeab3e1a (diff)
parent399bb3dbeacc1d055191c200bbbc2ab262a8eb9b (diff)
downloadQt-f5588a2177452de29804e67ae8cd45c50f6dfdba.zip
Qt-f5588a2177452de29804e67ae8cd45c50f6dfdba.tar.gz
Qt-f5588a2177452de29804e67ae8cd45c50f6dfdba.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/declarative/qmlruntime.qdoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/declarative/qmlruntime.qdoc b/doc/src/declarative/qmlruntime.qdoc
index a03b9c2..cef5e63 100644
--- a/doc/src/declarative/qmlruntime.qdoc
+++ b/doc/src/declarative/qmlruntime.qdoc
@@ -42,7 +42,7 @@
/*!
\page qmlruntime.html
\title Qt Declarative UI Runtime
- \keyword QML Viewer (qml)
+ \keyword QML Viewer
\ingroup qttools
This page documents the \e{Declarative UI Runtime} for the Qt GUI
@@ -67,7 +67,7 @@
To run an application with the \QQV, pass the filename as an argument:
\code
- qml myQmlFile.qml
+ qmlviewer myQmlFile.qml
\endcode
Deploying a QML application via the \QQV allows for QML only deployments, but can also
@@ -92,7 +92,7 @@
as the appropriate module file is chosen based on platform naming conventions. The C++
modules must contain a QDeclarativeExtentionPlugin subclass.
- The application would be executed either with your own application, the command 'qml MyApp.qml' or by
+ The application would be executed either with your own application, the command 'qmlviewer MyApp.qml' or by
opening the file if your system has the \QQV registered as the handler for QML files. The MyApp.qml file would have access
to all of the deployed types using the import statements such as the following:
@@ -109,7 +109,7 @@
\section2 Options
- When run with the \c -help option, \c qml shows available options.
+ When run with the \c -help option, \c qmlviewer shows available options.
\section2 Translations