Doc: Update module "Qt Declarative" -> "Qt Quick"
authorSze Howe Koh <szehowe.koh@gmail.com>
Wed, 27 Mar 2013 14:28:24 +0000 (22:28 +0800)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Sat, 30 Mar 2013 00:12:32 +0000 (01:12 +0100)
Also update examples/README to show the relationship between Qt Quick
and Qt QML.

Change-Id: I4e50d9f0ddb1ac25ccdfed09f579f76a375b14fe
Reviewed-by: Alan Alpert <aalpert@blackberry.com>
examples/README
examples/quick/accessibility/content/Checkbox.qml
examples/quick/accessibility/content/Slider.qml
examples/quick/shared/README
src/qml/doc/src/cppintegration/extending-tutorial.qdoc
src/quick/scenegraph/util/qsgdepthstencilbuffer.cpp
src/quick/scenegraph/util/qsgdepthstencilbuffer_p.h
src/quick/util/qquicksvgparser.cpp
src/quick/util/qquicksvgparser_p.h

index aba1e2c..f4567ab 100644 (file)
@@ -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.
index 7c20f55..c4b8e8e 100644 (file)
@@ -3,7 +3,7 @@
 ** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
 ** Contact: http://www.qt-project.org/legal
 **
-** This file is part of the QtDeclarative module of the Qt Toolkit.
+** This file is part of the Qt Quick module of the Qt Toolkit.
 **
 ** $QT_BEGIN_LICENSE:LGPL$
 ** Commercial License Usage
index c6eaca3..1a71e51 100644 (file)
@@ -3,7 +3,7 @@
 ** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
 ** Contact: http://www.qt-project.org/legal
 **
-** This file is part of the QtDeclarative module of the Qt Toolkit.
+** This file is part of the Qt Quick module of the Qt Toolkit.
 **
 ** $QT_BEGIN_LICENSE:LGPL$
 ** Commercial License Usage
index bf16f23..2bf26d7 100644 (file)
@@ -7,5 +7,5 @@ new to QML are strongly encouraged to go through the official examples
 before delving into this directory.
 
 For most application use, see the Qt Quick Components project to find
-ready-made Components you can use in your own projects. Qt Declarative
+ready-made Components you can use in your own projects. Qt Quick
 examples do not use them only to avoid external dependencies.
index 247e604..bea464c 100644 (file)
@@ -72,7 +72,7 @@ For example, this could be done to implement particular data models, or provide
 types with custom painting and drawing capabilities, or access system features
 like network programming that are not accessible through built-in QML features.
 
-In this tutorial, we will show how to use the C++ classes in the Qt Declarative
+In this tutorial, we will show how to use the C++ classes in the Qt Quick
 module to extend QML. The end result will be a simple Pie Chart display implemented by
 several custom QML types connected together through QML features like bindings and
 signals, and made available to the QML runtime through a plugin.
index 0a73fd9..59bde0d 100644 (file)
@@ -3,7 +3,7 @@
 ** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
 ** Contact: http://www.qt-project.org/legal
 **
-** This file is part of the QtDeclarative module of the Qt Toolkit.
+** This file is part of the Qt Quick module of the Qt Toolkit.
 **
 ** $QT_BEGIN_LICENSE:LGPL$
 ** Commercial License Usage
index f3fb92c..4cd58da 100644 (file)
@@ -3,7 +3,7 @@
 ** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
 ** Contact: http://www.qt-project.org/legal
 **
-** This file is part of the QtDeclarative module of the Qt Toolkit.
+** This file is part of the Qt Quick module of the Qt Toolkit.
 **
 ** $QT_BEGIN_LICENSE:LGPL$
 ** Commercial License Usage
index cfabaaa..760b4b0 100644 (file)
@@ -3,7 +3,7 @@
 ** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
 ** Contact: http://www.qt-project.org/legal
 **
-** This file is part of the QtDeclaractive module of the Qt Toolkit.
+** This file is part of the Qt Quick module of the Qt Toolkit.
 **
 ** $QT_BEGIN_LICENSE:LGPL$
 ** Commercial License Usage
index e612ab3..9f7b8cd 100644 (file)
@@ -3,7 +3,7 @@
 ** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
 ** Contact: http://www.qt-project.org/legal
 **
-** This file is part of the QtDeclaractive module of the Qt Toolkit.
+** This file is part of the Qt Quick module of the Qt Toolkit.
 **
 ** $QT_BEGIN_LICENSE:LGPL$
 ** Commercial License Usage