aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/customitems/dialcontrol/doc/src/dialcontrol.qdoc
blob: a94d93788d03361b1d82c1e8837715789e5c3185 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// 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.
    \examplecategory {Graphics & Multimedia}

    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
*/