aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/multieffect/itemswitcher/doc/src/itemswitcher.qdoc
blob: f5588cb71e82f65ab5b714e75cd7f03a8ae5798d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Copyright (C) 2023 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
    \title Qt Quick Examples - MultiEffect Item Switcher
    \example multieffect/itemswitcher
    \image qml-multieffectitemswitcher-example.jpg
    \brief Demonstrates MultiEffect usage.
    \ingroup qtquickexamples
    \examplecategory {Graphics}

    This example demonstrates advanced usage of the MultiEffect type, which
    offers a simple, efficient solution for applying effects such as blur, drop
    shadow, or colorize to an Item and its children.

    \include examples-run.qdocinc
*/