summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2010-07-14 05:02:33 (GMT)
committerAlan Alpert <alan.alpert@nokia.com>2010-07-14 05:02:33 (GMT)
commitd7a1e01e9970bef56f647873bb2a3496893b775a (patch)
tree6eec9f34bed641a5e425ed8ad191e1e049995dbf
parent32c2412d55d2387e8b05892fe1b1d2d54b624d02 (diff)
downloadQt-d7a1e01e9970bef56f647873bb2a3496893b775a.zip
Qt-d7a1e01e9970bef56f647873bb2a3496893b775a.tar.gz
Qt-d7a1e01e9970bef56f647873bb2a3496893b775a.tar.bz2
Distinguish Qt Quick, Qt Declarative and QML on the landing page
Task-number: QTBUG-11916
-rw-r--r--doc/src/declarative/declarativeui.qdoc6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/src/declarative/declarativeui.qdoc b/doc/src/declarative/declarativeui.qdoc
index cd27c40..217e372 100644
--- a/doc/src/declarative/declarativeui.qdoc
+++ b/doc/src/declarative/declarativeui.qdoc
@@ -37,7 +37,9 @@ custom user interfaces from a rich set of \l {QML Elements}{QML elements}.
Qt Quick helps programmers and designers collaborate to
build the fluid user interfaces that are becoming common in portable
consumer devices, such as mobile phones, media players, set-top boxes
-and netbooks.
+and netbooks. Qt Quick consists of the QtDeclarative C++ module, QML, and
+the integration of both of these into the Qt Creator IDE. Using the QtDeclarative
+C++ module, you can load and interact with QML files from your Qt application.
QML is an extension to \l
{http://www.ecma-international.org/publications/standards/Ecma-262.htm}
@@ -58,7 +60,7 @@ complete internet-enabled applications like a \l
Qt Quick builds on \l {QML for Qt programmers}{Qt's existing
strengths}. QML can be be used to incrementally extend an existing
application or to build completely new applications. QML is fully \l
-{Extending QML in C++}{extensible from C++}.
+{Extending QML in C++}{extensible from C++} through the QtDeclarative Module.
\section1 Getting Started