Doc: add documentation to Blur Picker example

Task-number: QTBUG-60630
Change-Id: I228b8257839115c561529184faa75275c69bb8a8
Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
bb10
Nico Vertriest 2017-10-20 13:05:24 +02:00
parent 0be8f59d72
commit a24b4c7c8a
1 changed files with 9 additions and 0 deletions

View File

@ -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
*/