summaryrefslogtreecommitdiffstats
path: root/examples/widgets/doc/src/graphicsview-flowlayout.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/doc/src/graphicsview-flowlayout.qdoc')
-rw-r--r--examples/widgets/doc/src/graphicsview-flowlayout.qdoc14
1 files changed, 13 insertions, 1 deletions
diff --git a/examples/widgets/doc/src/graphicsview-flowlayout.qdoc b/examples/widgets/doc/src/graphicsview-flowlayout.qdoc
index e5080c672d..13819f5499 100644
--- a/examples/widgets/doc/src/graphicsview-flowlayout.qdoc
+++ b/examples/widgets/doc/src/graphicsview-flowlayout.qdoc
@@ -36,5 +36,17 @@
\image graphicsflowlayout-example.png
- See the \l{Flow Layout Example} for a corresponding widget-based example.
+ This example uses a Graphics View to display the widget, which is a more
+ customizable approach than displaying the flow layout in the application
+ window (See \l {Flow Layout Example}).
+
+ Graphics View Flow Layout snippet:
+
+ \snippet graphicsview/flowlayout/main.cpp 1
+
+ Flow Layout Example snippet:
+
+ \snippet layouts/flowlayout/main.cpp 1
+
+
*/