forked from qt-creator/qt-creator
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user