diff options
author | Martin Jones <martin.jones@nokia.com> | 2009-05-06 15:07:35 +1000 |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2009-05-06 15:07:35 +1000 |
commit | 10f17b5a6aa10e3733007430e9274ba8e0707099 (patch) | |
tree | 30ab9901e360c3653d13084d65ea347ba6d65b88 /doc/src/declarative/qtprogrammers.qdoc | |
parent | bcfb24b17cf5c97c734c82ca2072eb8b13b80eec (diff) | |
download | qt4-tools-10f17b5a6aa10e3733007430e9274ba8e0707099.tar.gz |
Docs.
Diffstat (limited to 'doc/src/declarative/qtprogrammers.qdoc')
-rw-r--r-- | doc/src/declarative/qtprogrammers.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/qtprogrammers.qdoc b/doc/src/declarative/qtprogrammers.qdoc index b63ebbbdda..a79c671345 100644 --- a/doc/src/declarative/qtprogrammers.qdoc +++ b/doc/src/declarative/qtprogrammers.qdoc @@ -18,7 +18,7 @@ QML provides direct access to the following concepts from Qt: \o QObject signals and slots - available as functions to call in JavaScript \o QObject properties - available as variables in JavaScript \o QWidget - QFxView is a QML-displaying widget - \o Qt models - used directly in data binding (currently only next generation QListModelInterface) + \o Qt models - used directly in data binding (QAbstractItemModel and next generation QListModelInterface) \endlist Qt knowledge is \e required for \l {cppitem}{writing elements in C++}. |