aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/doc/src/concepts/effects/topic.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/doc/src/concepts/effects/topic.qdoc')
-rw-r--r--src/quick/doc/src/concepts/effects/topic.qdoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/quick/doc/src/concepts/effects/topic.qdoc b/src/quick/doc/src/concepts/effects/topic.qdoc
index afdbf0f9a2..bd54313106 100644
--- a/src/quick/doc/src/concepts/effects/topic.qdoc
+++ b/src/quick/doc/src/concepts/effects/topic.qdoc
@@ -15,6 +15,9 @@ a useful way to subtly communicate to the user (for example, which visual
item is active, or how focus is being transferred). Over-use of visual
effects can actually detract from the user-experience.
+For more information about applying post-processing effects, such as blur, drop
+shadow, or colorize, to an \l Item, see the \l MultiEffect QML type.
+
\section1 Visual Transformation
Visual objects can be transformed. For example, they can be scaled or rotated.