summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/qtbinding.qdoc
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2010-12-03 00:50:43 (GMT)
committerBea Lam <bea.lam@nokia.com>2010-12-03 00:56:37 (GMT)
commitfe63d0ee5671ec4f0a1926ad8875b9f11789b105 (patch)
tree1ba5b6111642292b7d9a1142a6712c669a3c50be /doc/src/declarative/qtbinding.qdoc
parent89f4a877c401e1ab18d3ed520d17440b3e9078e7 (diff)
downloadQt-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/qtbinding.qdoc')
-rw-r--r--doc/src/declarative/qtbinding.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/qtbinding.qdoc b/doc/src/declarative/qtbinding.qdoc
index c3ce6d0..71f41bc 100644
--- a/doc/src/declarative/qtbinding.qdoc
+++ b/doc/src/declarative/qtbinding.qdoc
@@ -230,7 +230,7 @@ Also see the QDeclarativeContext documentation for more information.
\section2 Defining new QML elements
-While new QML elements can be \l {Defining new Components}{defined in QML}, they can also be
+While new QML elements can be \l {Defining New Components}{defined in QML}, they can also be
defined by C++ classes; in fact, many of the core \l {QML Elements} are implemented through
C++ classes. When you create a QML object using one of these elements, you are simply creating an
instance of a QObject-based C++ class and setting its properties.