aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/material/RangeSlider.qml
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2016-10-05 15:36:31 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2016-10-06 08:40:05 +0000
commit405ef2c0524e6b9b0236bc5d7c0e6e5ed5c82fe8 (patch)
tree6567e68b8eba596418d2aebf4917541eed1130b6 /src/imports/controls/material/RangeSlider.qml
parent47736b3510696ad3fdff1e9460938f29435261f2 (diff)
Add QQuickRangeSlider::live
[ChangeLog][Controls][RangeSlider] Added a live-property that determines whether the range slider provides live updates for the first.value and second.value properties while the respective handle is dragged. Change-Id: I44d1924078969a5e22aca55625967dd8b5a4abac Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/imports/controls/material/RangeSlider.qml')
-rw-r--r--src/imports/controls/material/RangeSlider.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/controls/material/RangeSlider.qml b/src/imports/controls/material/RangeSlider.qml
index c2672703..2a6e2176 100644
--- a/src/imports/controls/material/RangeSlider.qml
+++ b/src/imports/controls/material/RangeSlider.qml
@@ -35,7 +35,7 @@
****************************************************************************/
import QtQuick 2.6
-import QtQuick.Templates 2.1 as T
+import QtQuick.Templates 2.2 as T
import QtQuick.Controls.Material 2.1
import QtQuick.Controls.Material.impl 2.1