summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2009-08-19 05:56:56 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2009-08-19 05:56:56 (GMT)
commitdf5662fb8b447f067d2dfa6b37e4d798899d1ebb (patch)
treee818435330a54dd8cfb64378d3cce1f2e1572165 /doc
parent8311cdfcd522edaa37ba8dac2968998231cf9bed (diff)
downloadQt-df5662fb8b447f067d2dfa6b37e4d798899d1ebb.zip
Qt-df5662fb8b447f067d2dfa6b37e4d798899d1ebb.tar.gz
Qt-df5662fb8b447f067d2dfa6b37e4d798899d1ebb.tar.bz2
update documentation
Diffstat (limited to 'doc')
-rw-r--r--doc/src/declarative/elements.qdoc16
1 files changed, 9 insertions, 7 deletions
diff --git a/doc/src/declarative/elements.qdoc b/doc/src/declarative/elements.qdoc
index 3f74ff5..c71ac1b 100644
--- a/doc/src/declarative/elements.qdoc
+++ b/doc/src/declarative/elements.qdoc
@@ -1,4 +1,4 @@
-/*!
+/*!
\page elements.html
\target elements
\title Qml Elements
@@ -71,11 +71,12 @@ The following table lists the Qml elements provided by the Qt Declarative module
\o
\list
\o \l Item
+\o \l Rect
\o \l Image
+\o \l BorderImage
\o \l Text
+\o \l TextInput
\o \l TextEdit
-\o \l Rect
-\o \l AnimatedImage
\endlist
\o
@@ -96,13 +97,14 @@ The following table lists the Qml elements provided by the Qt Declarative module
\list
\o \l Loader
\o \l Repeater
+\o \l Palette
\o \l ComponentInstance
\o \l GraphicsObjectContainer
\endlist
\header
\o \bold {Views}
-\o \bold {Layouts}
+\o \bold {Positioners}
\o \bold {Transforms}
\o \bold {Effects}
@@ -128,9 +130,9 @@ The following table lists the Qml elements provided by the Qt Declarative module
\o
\list
-\o \l VerticalLayout
-\o \l HorizontalLayout
-\o \l GridLayout
+\o \l VerticalPositioner
+\o \l HorizontalPositioner
+\o \l GridPositioner
\endlist
\o