aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols/attachedstyleproperties/doc/src/qtquickcontrols-attachedstyleproperties.qdoc
blob: 4e273ffd38dbbec72f3199741b8f8b796bd064b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Copyright (C) 2022 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
    \example attachedstyleproperties
    \keyword Qt Quick Controls - Attached Style Properties Example
    \title Qt Quick Controls - Attached Style Properties Example
    \ingroup qtquickcontrols-examples
    \brief Demonstrates use of QQuickAttachedPropertyPropagator.

    \image qtquickcontrols-attachedstyleproperties.png

    The Attached Style Properties example is a simple application that shows
    how to use \l QQuickAttachedPropertyPropagator to propagate attached
    property values to child objects.

    \include examples-run.qdocinc
*/