diff options
author | Bea Lam <bea.lam@nokia.com> | 2010-12-03 00:50:43 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2010-12-03 00:56:37 (GMT) |
commit | fe63d0ee5671ec4f0a1926ad8875b9f11789b105 (patch) | |
tree | 1ba5b6111642292b7d9a1142a6712c669a3c50be /doc/src/declarative/declarativeui.qdoc | |
parent | 89f4a877c401e1ab18d3ed520d17440b3e9078e7 (diff) | |
download | Qt-fe63d0ee5671ec4f0a1926ad8875b9f11789b105.zip Qt-fe63d0ee5671ec4f0a1926ad8875b9f11789b105.tar.gz Qt-fe63d0ee5671ec4f0a1926ad8875b9f11789b105.tar.bz2 |
Add 'Writing New Components' docs, and document the connect() function.
The 'Writing QML Components' is mainly a restructuring of the
'Extending types from QML' page. It also documents the signal
connect() function that was previously undocumented.
Task-number: QTBUG-15718, QTBUG-15138
Diffstat (limited to 'doc/src/declarative/declarativeui.qdoc')
-rw-r--r-- | doc/src/declarative/declarativeui.qdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/declarative/declarativeui.qdoc b/doc/src/declarative/declarativeui.qdoc index 01e1302..5d9eaaf 100644 --- a/doc/src/declarative/declarativeui.qdoc +++ b/doc/src/declarative/declarativeui.qdoc @@ -91,9 +91,10 @@ Module. \list \o \l{QML Documents} \o \l{Property Binding} +\o \l{Anchor-based Layout in QML} +\o \l{Writing QML Components: Properties, Methods and Signals} \o \l{QML Scope} \o \l{QML Modules} -\o \l{Anchor-based Layout in QML} \endlist \section1 User Interaction @@ -118,7 +119,6 @@ Module. \list \o \l{Qt Declarative UI Runtime} \o \l{Integrating JavaScript} -\o \l{Extending types from QML} \o \l{Dynamic Object Management in QML} \endlist |