summaryrefslogtreecommitdiffstats
path: root/examples/widgets/doc/src/blurpicker.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/doc/src/blurpicker.qdoc')
-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
*/