summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@theqtcompany.com>2016-03-08 22:35:10 +0100
committerMitch Curtis <mitch.curtis@theqtcompany.com>2016-03-09 09:50:05 +0000
commit6fdee9b2eef67dceddee4c159019348fe29b33a9 (patch)
tree395f0f67ef181f1f65d8dc6a93a6440303247f6c /src
parentac9ea89eaf42af5fb3e5e0fcbff0f1b98707617f (diff)
downloadqtquickcontrols-6fdee9b2eef67dceddee4c159019348fe29b33a9.tar.gz
Clarify Slider::tickmarks' purpose
Change-Id: I53d43d03216425e7493e7381ea31f1dfbf553d58 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'src')
-rw-r--r--src/controls/Styles/Base/SliderStyle.qml5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/controls/Styles/Base/SliderStyle.qml b/src/controls/Styles/Base/SliderStyle.qml
index 0d4bb4cb..52c0cc09 100644
--- a/src/controls/Styles/Base/SliderStyle.qml
+++ b/src/controls/Styles/Base/SliderStyle.qml
@@ -159,9 +159,12 @@ Style {
}
}
- /*! This property holds the tick mark labels
+ /*! This property holds the tick mark labels.
\since QtQuick.Controls.Styles 1.1
+ Every tickmark that should be drawn must be defined within this
+ component, so it is common to use a \l Repeater, for example.
+
You can access the handle width through the \c styleData.handleWidth property.
*/
property Component tickmarks: Repeater {