diff options
author | Alan Alpert <alan.alpert@nokia.com> | 2010-01-05 17:47:32 (GMT) |
---|---|---|
committer | Alan Alpert <alan.alpert@nokia.com> | 2010-01-05 17:47:32 (GMT) |
commit | 51b7c1eff019b73a5eb47c437be37606e4e185bf (patch) | |
tree | e4777c505f0adef76ff64ab36dc99a72581852e0 /doc/src/declarative/qtbinding.qdoc | |
parent | 03a6b8a393aa94203b872a806d04f331d6162603 (diff) | |
download | Qt-51b7c1eff019b73a5eb47c437be37606e4e185bf.zip Qt-51b7c1eff019b73a5eb47c437be37606e4e185bf.tar.gz Qt-51b7c1eff019b73a5eb47c437be37606e4e185bf.tar.bz2 |
Improve documentation
Extend documentation on dynamically created objects and on integrating
with existing applications. And make those pages more discoverable.
Diffstat (limited to 'doc/src/declarative/qtbinding.qdoc')
-rw-r--r-- | doc/src/declarative/qtbinding.qdoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/src/declarative/qtbinding.qdoc b/doc/src/declarative/qtbinding.qdoc index 61520f7..68723bf 100644 --- a/doc/src/declarative/qtbinding.qdoc +++ b/doc/src/declarative/qtbinding.qdoc @@ -54,6 +54,8 @@ QML also includes a convenience API, QmlView, for applications that simply want components into a new QGraphicsView. QmlView covers up many of the details discussed below. While QmlView is mainly intended for rapid prototyping it can have uses in production applications. +If you are looking at retrofitting an existing Qt application with QML, +read \l{Integrating QML with existing Qt UI code}. \section1 Basic Usage Every application requires at least one QmlEngine. A QmlEngine allows the configuration of |