aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/doc/src/includes/qquickdial.qdocinc
blob: 3370b3d8f39de48cbf6349f67f4aacf6505610e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//! [inputMode]
Dial supports three \l {inputMode}{input modes}: \c Dial.Circular,
\c Dial.Horizontal and \c Dial.Vertical. The circular input mode operates on an
absolute input system, where the position of the cursor within the dial
directly reflects its value. The horizontal and vertical input modes use a
relative input system, where changes in the cursor's position are "added" to
the value of the dial.

The following image illustrates the directions in which the various input modes
track movement:

\image qtquickcontrols2-dial-inputmode.png
//! [inputMode]