From 1435d43f20515352dd8b4848db99cb0b349ebfac Mon Sep 17 00:00:00 2001 From: Thomas Hartmann Date: Thu, 6 Jun 2019 14:51:20 +0200 Subject: [PATCH] QmlDesigner: Add sliderIndicatorVisible to SpinBox MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I6a136b537a755a63350514ce2e2d5d42f93c503b Reviewed-by: Henning Gründl Reviewed-by: Thomas Hartmann --- .../propertyEditorQmlSources/imports/HelperWidgets/SpinBox.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/SpinBox.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/SpinBox.qml index 196974d1038..54578d012b7 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/SpinBox.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/SpinBox.qml @@ -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