From 36d12783c9f8eee133f9ab634f6b54e8a3cd75d4 Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Fri, 30 Nov 2012 16:31:06 +0100 Subject: Fix linking of itemviews and graphicsview examples Change-Id: I6905cc6945e2eb396108f9fb16da042e576e3afb Reviewed-by: Gunnar Sletta --- src/widgets/doc/src/qtwidgets-examples.qdoc | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) (limited to 'src/widgets/doc/src') diff --git a/src/widgets/doc/src/qtwidgets-examples.qdoc b/src/widgets/doc/src/qtwidgets-examples.qdoc index 07e1eb135c..d0b04b0823 100644 --- a/src/widgets/doc/src/qtwidgets-examples.qdoc +++ b/src/widgets/doc/src/qtwidgets-examples.qdoc @@ -95,7 +95,6 @@ */ - /*! \group examples-dialogs \ingroup all-examples @@ -111,4 +110,32 @@ interactions with users. */ +/*! + \ingroup all-examples + \title Itemview Examples + \brief Using the model/view framework. + \group examples-itemviews + + \image itemviews-examples.png + + Qt provides a lot of capabalities to display pre- and user-defined item models + in different ways. + The separation of functionality introduced by the model/view architecture gives + developers greater flexibility to customize the presentation of items. + +*/ + +/*! + \ingroup all-examples + \title Graphicsview Examples + \brief Using the Graphics View framework. + \group examples-graphicsview + + \image graphicsview-examples.png + + Qt provides powerful graphics engine that supports easy visualization of items, with + support for rotation and zooming. + Additionally it provides an event propagation architecture for interaction. + +*/ -- cgit v1.2.3