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/examples | |
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/examples')
-rw-r--r-- | doc/src/examples/qml-examples.qdoc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/examples/qml-examples.qdoc b/doc/src/examples/qml-examples.qdoc index ca24c66..0834527 100644 --- a/doc/src/examples/qml-examples.qdoc +++ b/doc/src/examples/qml-examples.qdoc @@ -663,7 +663,8 @@ \example declarative/ui-components/tabwidget This example shows how to create a tab widget. It also demonstrates how - \l {Setting default properties}{default properties} can be used to collect and + \l {Property aliases}{property aliases} and + \l {Default Properties}{default properties} can be used to collect and assemble the child items declared within an \l Item. \image qml-tabwidget-example.png |