Doc: add documentation to Blur Picker example
Task-number: QTBUG-60630 Change-Id: I228b8257839115c561529184faa75275c69bb8a8 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>bb10
parent
0be8f59d72
commit
a24b4c7c8a
|
|
@ -32,4 +32,13 @@
|
||||||
\brief Demonstrates how to apply graphical effects on items in the view
|
\brief Demonstrates how to apply graphical effects on items in the view
|
||||||
|
|
||||||
\image blurpickereffect-example.png
|
\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
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue