diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-10-14 07:39:34 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-10-14 07:39:34 (GMT) |
commit | 7d445b391a10e659f842e9d232619de494f36aea (patch) | |
tree | df56d584b5b53d0f2a9418df686e365a7b04eb18 /doc/src/declarative/qtbinding.qdoc | |
parent | 35b79015894f171b112ad3b42268973b9c597a6f (diff) | |
download | Qt-7d445b391a10e659f842e9d232619de494f36aea.zip Qt-7d445b391a10e659f842e9d232619de494f36aea.tar.gz Qt-7d445b391a10e659f842e9d232619de494f36aea.tar.bz2 |
Doc
Diffstat (limited to 'doc/src/declarative/qtbinding.qdoc')
-rw-r--r-- | doc/src/declarative/qtbinding.qdoc | 9 |
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. |