summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/qtbinding.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/declarative/qtbinding.qdoc')
-rw-r--r--doc/src/declarative/qtbinding.qdoc9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/src/declarative/qtbinding.qdoc b/doc/src/declarative/qtbinding.qdoc
index 94465a1..e925227 100644
--- a/doc/src/declarative/qtbinding.qdoc
+++ b/doc/src/declarative/qtbinding.qdoc
@@ -42,7 +42,14 @@
/*!
\page qtbinding.html
\target qtbinding
-\title QML/C++ Data Binding
+\title Using QML in C++ Applications
+
+\list
+\o QmlEngine and QmlComponent
+\o QmlContext and data
+\o QBindableMap
+\o QAbstractItemModel Data models
+\endlist
The QML mechanisms of data binding can also be used to bind Qt C++ objects.