aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickdial.cpp
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2016-11-01 14:44:00 +0100
committerJ-P Nurmi <jpnurmi@qt.io>2016-11-02 10:12:15 +0000
commit359b307398100ec4a7c427ad55f669fd36e4331d (patch)
tree31c577808c4ec847ba7456838bcbbba7d8cb1a24 /src/quicktemplates2/qquickdial.cpp
parent08325282ecf445267255abf1aa184a09795cedae (diff)
Doc: show the non-wrapping Dial GIF in the detailed description
There was no screenshot in the detailed description. This helps to see right away what kind of control it is. Change-Id: I0ecc585a5e6f650112e88bb3b37a2f5140d41261 Task-number: QTBUG-55904 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/quicktemplates2/qquickdial.cpp')
-rw-r--r--src/quicktemplates2/qquickdial.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/quicktemplates2/qquickdial.cpp b/src/quicktemplates2/qquickdial.cpp
index 48d02faa..abce2e33 100644
--- a/src/quicktemplates2/qquickdial.cpp
+++ b/src/quicktemplates2/qquickdial.cpp
@@ -55,6 +55,8 @@ QT_BEGIN_NAMESPACE
such as stereos or industrial equipment. It allows the user to specify a
value within a range.
+ \image qtquickcontrols2-dial-no-wrap.gif
+
The value of the dial is set with the \l value property. The range is
set with the \l from and \l to properties. To enable or disable wrapping,
use the \l wrap property.