From 7d13c827503426bbe3519a0c8d7ac302be373834 Mon Sep 17 00:00:00 2001 From: Henning Gruendl Date: Fri, 25 Nov 2022 17:49:36 +0100 Subject: [PATCH] QmlDesigner: Expose realValue from SpinBox Task-number: QDS-8191 Change-Id: I265c4a95e84f6ef10a4c69f9a0089970f16f4bbf Reviewed-by: Thomas Hartmann Reviewed-by: --- .../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 ba059e9e4f1..151356148a0 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/SpinBox.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/SpinBox.qml @@ -13,6 +13,7 @@ Item { property alias minimumValue: spinBox.realFrom property alias maximumValue: spinBox.realTo + property alias value: spinBox.realValue property alias stepSize: spinBox.realStepSize property alias backendValue: spinBox.backendValue