From a24b4c7c8a00a2de39a34cc5e596ed7ce87ce761 Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Fri, 20 Oct 2017 13:05:24 +0200 Subject: [PATCH] Doc: add documentation to Blur Picker example Task-number: QTBUG-60630 Change-Id: I228b8257839115c561529184faa75275c69bb8a8 Reviewed-by: Venugopal Shivashankar --- examples/widgets/doc/src/blurpicker.qdoc | 9 +++++++++ 1 file changed, 9 insertions(+) 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 */