summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>2012-12-06 11:50:33 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-06 12:49:02 +0100
commitae8533e4ae3ae2ca32a5dcfc4302d40ee0e2fb0f (patch)
treed9b7167232e9cacdf78b30fa2d19441f60a96b6a /src
parent0fc1b9d06e9d0c35fa7f6945b8147e503d7f2ebc (diff)
doc: Fix Graphics View example docs
Make the same layout of the new graphics view example documentation as we had before (except by using annotatedlist instead of hardcoding the links). I've also moved four examples from qtdoc to qtbase so that they can be included in this documentation. Change-Id: Ic2202ade119cadd98d036f1bd77e91dae49b5677 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> Reviewed-by: Paul Olav Tvete <paul.tvete@digia.com>
Diffstat (limited to 'src')
-rw-r--r--src/widgets/doc/src/qtwidgets-examples.qdoc13
1 files changed, 12 insertions, 1 deletions
diff --git a/src/widgets/doc/src/qtwidgets-examples.qdoc b/src/widgets/doc/src/qtwidgets-examples.qdoc
index 4059414ad7..6d00a0b067 100644
--- a/src/widgets/doc/src/qtwidgets-examples.qdoc
+++ b/src/widgets/doc/src/qtwidgets-examples.qdoc
@@ -129,7 +129,7 @@
\ingroup all-examples
\title Graphicsview Examples
\brief Using the Graphics View framework.
- \group examples-graphicsview
+ \page examples-graphicsview.html
\image graphicsview-examples.png
@@ -137,6 +137,17 @@
support for rotation and zooming.
Additionally it provides an event propagation architecture for interaction.
+ These examples demonstrate the fundamental aspects of canvas programming with Qt.
+
+ \annotatedlist{examples-graphicsview}
+
+ These examples show the use of graphics widgets and layouts.
+
+ \annotatedlist{examples-graphicsview-layout}
+
+ Some examples demonstrate the use of graphics effects with canvas items.
+
+ \annotatedlist{examples-graphicsview-graphicseffects}
*/
/*!