summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaroline Chao <caroline.chao@digia.com>2014-11-05 15:26:21 +0100
committerCaroline Chao <caroline.chao@theqtcompany.com>2014-11-10 08:31:02 +0100
commit1e985e46476398bf75118480edc4d15547764f7e (patch)
tree4663d9dddae5629cf8cffc650eb932d5e73f7205
parentc81870d244c432633866e442df6343be886d7549 (diff)
downloadqtquickcontrols-1e985e46476398bf75118480edc4d15547764f7e.tar.gz
Doc: add a note about the tickmarksEnabled property
Change-Id: I61e6029c813fd0258a24c6ea547190808f42edc9 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
-rw-r--r--src/controls/Slider.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/controls/Slider.qml b/src/controls/Slider.qml
index b06fcf3a..459fe54c 100644
--- a/src/controls/Slider.qml
+++ b/src/controls/Slider.qml
@@ -167,6 +167,8 @@ Control {
\l stepSize property.
The default value is \c false.
+
+ \note This property may be ignored on some platforms when using the native style (e.g. Android).
*/
property bool tickmarksEnabled: false