diff options
author | Martin Jones <martin.jones@nokia.com> | 2010-04-16 05:41:26 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2010-04-16 05:41:26 (GMT) |
commit | ecdc0ebacd97f0d607dcbe884751c203a296a88c (patch) | |
tree | 62aa9d2fcda4334ae4d076c99752da923bd708b6 /doc/src/declarative | |
parent | 8e71476a262bc3dedaecba29235d19cbe24fa17a (diff) | |
download | Qt-ecdc0ebacd97f0d607dcbe884751c203a296a88c.zip Qt-ecdc0ebacd97f0d607dcbe884751c203a296a88c.tar.gz Qt-ecdc0ebacd97f0d607dcbe884751c203a296a88c.tar.bz2 |
Doc: in QML use "real" and "enumeration", not "qreal" and "enum"
Diffstat (limited to 'doc/src/declarative')
-rw-r--r-- | doc/src/declarative/elements.qdoc | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/doc/src/declarative/elements.qdoc b/doc/src/declarative/elements.qdoc index ce3a6e3..355c0f4 100644 --- a/doc/src/declarative/elements.qdoc +++ b/doc/src/declarative/elements.qdoc @@ -46,8 +46,6 @@ The following table lists the QML elements provided by the Qt Declarative module. -\bold {Standard Qt Declarative Elements} - \table 80% \header \o \bold {States} @@ -81,6 +79,7 @@ The following table lists the QML elements provided by the Qt Declarative module \o \l PropertyAction \o \l ScriptAction \o \l Transition +\o \l SmoothedFollow \o \l SpringFollow \o \l Behavior \endlist @@ -109,11 +108,7 @@ The following table lists the QML elements provided by the Qt Declarative module \o \l QtObject \o \l WorkerScript \endlist -\endtable -\bold {QML Items} - -\table 80% \header \o \bold {Basic Visual Items} \o \bold {Basic Interaction Items} |