aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/doc/src/qmltypereference.qdoc
diff options
context:
space:
mode:
authorChris Adams <christopher.adams@nokia.com>2012-07-17 12:19:31 +1000
committerQt by Nokia <qt-info@nokia.com>2012-07-19 10:02:40 +0200
commitb523301a668e6c6cc5fc93440842ad063066f12b (patch)
tree236d84bdd510a7d64f6a5cc08699da2ecd0246be /src/quick/doc/src/qmltypereference.qdoc
parent9fe378497773dc2b8682b8c49375c7d913de5f8d (diff)
Add documentation about property value modifiers
Previously, property value modifiers were only documented in QtQuick, when really they are a QtQml module / QML language feature. This commit also improves the QtQuick documentation for convenience types, and rearranges some links and content for improved consistency. Change-Id: Ic4dbe0b8bb85bdfbb8ac2f336c13c2960f8d1842 Reviewed-by: Bea Lam <bea.lam@nokia.com>
Diffstat (limited to 'src/quick/doc/src/qmltypereference.qdoc')
-rw-r--r--src/quick/doc/src/qmltypereference.qdoc34
1 files changed, 11 insertions, 23 deletions
diff --git a/src/quick/doc/src/qmltypereference.qdoc b/src/quick/doc/src/qmltypereference.qdoc
index def84a3c50..a9ea971825 100644
--- a/src/quick/doc/src/qmltypereference.qdoc
+++ b/src/quick/doc/src/qmltypereference.qdoc
@@ -177,16 +177,7 @@ Visual object transformations
\li \l {Translate} - Assigns item translation behaviors
\endlist
-\section1 Interceptors
-
-\list
-\li \l {Connections} - Explicitly connects signals and signal handlers
-\li \l {Binding} - Binds any value to any property
-\li \l {Timer} - Provides timed triggers
-\li \l {Behavior} - Triggers animations when a property value is set
-\endlist
-
-\section1 Model/View Types and Data Storage and Access
+\section1 Model/View Types And Data Storage And Access
Models And Model Data
\list
@@ -223,6 +214,16 @@ Data Storage
\li The \l{QtQuick.Particles 2} module provides a set of Particle System types for QtQuick 2
\endlist
+\section1 Convenience Types
+
+\list
+\li \l {Loader} - Eases on-demand loading of items or components
+\li \l {Connections} - Explicitly connects signals and signal handlers
+\li \l {Binding} - Binds any value to any property
+\li \l {Timer} - Provides timed triggers
+\li \l {WorkerScript} - Enables the use of threads in a Qt Quick application
+\endlist
+
\section1 Canvas (similar to HTML5 canvas)
\list
@@ -234,17 +235,4 @@ Data Storage
\li \l {TextMetrics} - Provides text and font measurement data for use in a Canvas
\endlist
-\section1 Dynamic Instantiation Enablers
-
-\list
-\li \l {QML::Component} - Provides a type-instance factory allowing dynamic instantiation
-\li \l {Loader} - Controls the loading of items or components
-\endlist
-
-\section1 Threading
-
-\list
-\li \l {WorkerScript} - Enables the use of threads in a Qt Quick application
-\endlist
-
*/