QmlDesigner: Add sliderIndicatorVisible to SpinBox

Change-Id: I6a136b537a755a63350514ce2e2d5d42f93c503b
Reviewed-by: Henning Gründl <henning.gruendl@qt.io>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Thomas Hartmann
2019-06-06 14:51:20 +02:00
parent 68a6c5dfd9
commit 1435d43f20

View File

@@ -38,6 +38,7 @@ Item {
property real stepSize: 1.0
property alias backendValue: spinBox.backendValue
property alias sliderIndicatorVisible: spinBox.sliderIndicatorVisible
width: 120
implicitHeight: spinBox.height