summaryrefslogtreecommitdiffstats
path: root/examples/widgets/doc
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@qt.io>2017-10-20 13:05:24 +0200
committerNico Vertriest <nico.vertriest@qt.io>2018-01-16 15:21:02 +0000
commita24b4c7c8a00a2de39a34cc5e596ed7ce87ce761 (patch)
treee573e8578a4a6bd874589f3efbe841ab33ee0dba /examples/widgets/doc
parent0be8f59d725d4a5e79709487e3aac1d351a6c04c (diff)
Doc: add documentation to Blur Picker example
Task-number: QTBUG-60630 Change-Id: I228b8257839115c561529184faa75275c69bb8a8 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
Diffstat (limited to 'examples/widgets/doc')
-rw-r--r--examples/widgets/doc/src/blurpicker.qdoc9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/widgets/doc/src/blurpicker.qdoc b/examples/widgets/doc/src/blurpicker.qdoc
index f12184e4c9..87f36389e7 100644
--- a/examples/widgets/doc/src/blurpicker.qdoc
+++ b/examples/widgets/doc/src/blurpicker.qdoc
@@ -32,4 +32,13 @@
\brief Demonstrates how to apply graphical effects on items in the view
\image blurpickereffect-example.png
+
+ The Blur Picker example displays a circle of application icons.
+ All icons are blurred, except the one on the bottom left side of
+ the screen, which is the one in focus.
+ Clicking anywhere on the left side of the screen moves the icon
+ circle clockwise to the next icon
+ Clicking on the right side advances the circle counterclockwise.
+
+ \sa QGraphicsBlurEffect
*/