aboutsummaryrefslogtreecommitdiffstats
path: root/examples/README
diff options
context:
space:
mode:
authorSze Howe Koh <szehowe.koh@gmail.com>2013-03-27 22:28:24 +0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-30 01:12:32 +0100
commit064c99b87ed13ecc82311cc166361a409a969b45 (patch)
tree9a2d15a35ebbd309d1dc90c00eb97dd9d7135b48 /examples/README
parent1f3038d2144603c687d85b0a7962322d3c9ae422 (diff)
Doc: Update module "Qt Declarative" -> "Qt Quick"
Also update examples/README to show the relationship between Qt Quick and Qt QML. Change-Id: I4e50d9f0ddb1ac25ccdfed09f579f76a375b14fe Reviewed-by: Alan Alpert <aalpert@blackberry.com>
Diffstat (limited to 'examples/README')
-rw-r--r--examples/README7
1 files changed, 4 insertions, 3 deletions
diff --git a/examples/README b/examples/README
index aba1e2cc0d..f4567ab1d2 100644
--- a/examples/README
+++ b/examples/README
@@ -1,6 +1,7 @@
-The Qt Declarative module provides the ability to specify and implement
-your user interface declaratively, using the Qt Meta-Object Language (QML). This
-language is very expressive and human readable, and can be used by
+The Qt Quick module provides the basic elements to specify and implement your
+user interface declaratively, using the Qt Meta-Object Language (QML). The
+Qt QML module provides the engine and language infrastructure for QML itself.
+This language is very expressive and human readable, and can be used by
designers to actually implement their UI vision. QML UIs can integrate
with C++ code in many ways, including being loaded as a part of a C++ UI
and loading data models from C++ and interacting with them.