summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/qtprogrammers.qdoc
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2009-12-30 13:04:38 (GMT)
committerAlan Alpert <alan.alpert@nokia.com>2009-12-30 13:04:38 (GMT)
commitd280dcda3fc8ec2ae99641c95bc64823652b9f86 (patch)
tree23a2f956c041934df58ad05ce42a9c9649766cca /doc/src/declarative/qtprogrammers.qdoc
parent411e60e45a779d8c80e70daee2bff9a1306f98db (diff)
downloadQt-d280dcda3fc8ec2ae99641c95bc64823652b9f86.zip
Qt-d280dcda3fc8ec2ae99641c95bc64823652b9f86.tar.gz
Qt-d280dcda3fc8ec2ae99641c95bc64823652b9f86.tar.bz2
Add documentation for integrating with existing Qt UI code
Diffstat (limited to 'doc/src/declarative/qtprogrammers.qdoc')
-rw-r--r--doc/src/declarative/qtprogrammers.qdoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/declarative/qtprogrammers.qdoc b/doc/src/declarative/qtprogrammers.qdoc
index 7b1ab44..26f73cb 100644
--- a/doc/src/declarative/qtprogrammers.qdoc
+++ b/doc/src/declarative/qtprogrammers.qdoc
@@ -65,7 +65,7 @@ QML provides direct access to the following concepts from Qt:
\o Qt models - used directly in data binding (QAbstractItemModel and next generation QListModelInterface)
\endlist
-Qt knowledge is \e required for \l {Extending QML}.
+Qt knowledge is \e required for \l {Extending QML}, and also for \l{Integrating QML with existing Qt UI code}.
\section1 QML Items compared with QWidgets
@@ -159,4 +159,5 @@ users of the compound item might wish to employ. For example, a spinbox might ne
transition from an arbitrary Text item, or characters within a Text item, so your spinbox
item would need to be sufficiently flexible to allow such animation.
+\section1 QML Items Compared With QGraphicsWidgets
*/