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


/*!
    \title UI Components: Dial Control Example
    \example customitems/dialcontrol
    \brief The Dial Control Example shows how to create a speedometer-type dial.

    This example shows how to create a dial-type control. It combines
    \l Image elements with \l Rotation transforms and \l SpringAnimation behaviors
    to produce an interactive speedometer-type dial.

    \image qml-dialcontrol-example.png
*/