diff options
author | Martin Jones <martin.jones@nokia.com> | 2009-04-23 04:58:41 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2009-04-23 04:58:41 (GMT) |
commit | 89d18c86e093befc2fc8cd7fc852610f6e23696b (patch) | |
tree | 4b90767ac8528ec382e47aa0b5de4a9cafbcee84 /doc | |
parent | 5dffa762ad42ea77e09ac6b21eb79ca19a2aef4b (diff) | |
download | Qt-89d18c86e093befc2fc8cd7fc852610f6e23696b.zip Qt-89d18c86e093befc2fc8cd7fc852610f6e23696b.tar.gz Qt-89d18c86e093befc2fc8cd7fc852610f6e23696b.tar.bz2 |
Component and ComponentInstance documentation.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/declarative/components.qdoc | 2 | ||||
-rw-r--r-- | doc/src/declarative/elements.qdoc | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/declarative/components.qdoc b/doc/src/declarative/components.qdoc index b5c5ae7..9a6f2dd 100644 --- a/doc/src/declarative/components.qdoc +++ b/doc/src/declarative/components.qdoc @@ -3,7 +3,7 @@ \target components \title Components -A \b component is a reusable, encapsulated Qml element with a well-defined interface. +A \bold component is a reusable, encapsulated Qml element with a well-defined interface. Writing and using components allows you to: \list diff --git a/doc/src/declarative/elements.qdoc b/doc/src/declarative/elements.qdoc index 076ef13..afc3726 100644 --- a/doc/src/declarative/elements.qdoc +++ b/doc/src/declarative/elements.qdoc @@ -42,6 +42,7 @@ The following table lists the Qml elements provided by the Qt Declarative module \o \l Script \o \l Bind \o \l Connection +\o \l Component \o \l ListModel \o \l DateTimeFormatter \endlist |