summaryrefslogtreecommitdiffstats
path: root/examples/widgets/doc/src
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2023-06-02 11:40:08 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2023-06-05 19:13:33 +0200
commita3dde7c93eb7325d07d2985cadc0efca1aa978aa (patch)
treed670f945127857e23fc527091590233c10884d90 /examples/widgets/doc/src
parente0ec19de415a06bf6a0c401175f1c1908dfde68f (diff)
Move widgets blurpicker example to manual test
Change-Id: I7e19b84ac4b6a8e380fc9a7dcc37cc08ced89b4b Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
Diffstat (limited to 'examples/widgets/doc/src')
-rw-r--r--examples/widgets/doc/src/blurpicker.qdoc20
1 files changed, 0 insertions, 20 deletions
diff --git a/examples/widgets/doc/src/blurpicker.qdoc b/examples/widgets/doc/src/blurpicker.qdoc
deleted file mode 100644
index 8c9458e51a..0000000000
--- a/examples/widgets/doc/src/blurpicker.qdoc
+++ /dev/null
@@ -1,20 +0,0 @@
-// Copyright (C) 2016 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
-
-/*!
- \example effects/blurpicker
- \title Blur Picker Effect Example
- \ingroup examples-graphicsview-graphicseffects
- \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
-*/