From ae8533e4ae3ae2ca32a5dcfc4302d40ee0e2fb0f Mon Sep 17 00:00:00 2001 From: Eskil Abrahamsen Blomfeldt Date: Thu, 6 Dec 2012 11:50:33 +0100 Subject: 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 Reviewed-by: Paul Olav Tvete --- src/widgets/doc/src/qtwidgets-examples.qdoc | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'src') 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} */ /*! -- cgit v1.2.3