summaryrefslogtreecommitdiffstats
path: root/doc/src/examples
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2010-07-06 05:30:33 (GMT)
committerBea Lam <bea.lam@nokia.com>2010-07-06 05:30:33 (GMT)
commitc9d487b6ed3ac9bb666c2a1fe08252f3c6dcb455 (patch)
tree68ca42e8c1bbfcf99e6db77be213688d437feeba /doc/src/examples
parent6b2ec2ab8df94233d6ba7960d5bfb3c7461b76ec (diff)
downloadQt-c9d487b6ed3ac9bb666c2a1fe08252f3c6dcb455.zip
Qt-c9d487b6ed3ac9bb666c2a1fe08252f3c6dcb455.tar.gz
Qt-c9d487b6ed3ac9bb666c2a1fe08252f3c6dcb455.tar.bz2
doc improvements
Diffstat (limited to 'doc/src/examples')
-rw-r--r--doc/src/examples/qml-examples.qdoc7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/src/examples/qml-examples.qdoc b/doc/src/examples/qml-examples.qdoc
index c8a7403..dec5441 100644
--- a/doc/src/examples/qml-examples.qdoc
+++ b/doc/src/examples/qml-examples.qdoc
@@ -196,6 +196,9 @@
\o \l{declarative/cppextensions/qgraphicslayouts/qgraphicsgridlayout}{QGraphicsGridLayout}
\o \l{declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout}{QGraphicsLinearLayout}
\endlist
+
+ Also see \l {Integrating QML with existing Qt UI code} for information on using QML
+ in Qt applications that use the Graphics View framework or ordinary QWidget-based views.
*/
/*!
@@ -608,7 +611,9 @@
\title UI Components: Tab Widget
\example declarative/ui-components/tabwidget
- This example shows how to create a tab widget.
+ This example shows how to create a tab widget. It also demonstrates how
+ \l {Setting default properties}{default properties} can be used to collect and
+ assemble the child items declared within an \l Item.
\image qml-tabwidget-example.png
*/