QmlDesigner: Expose realValue from SpinBox

Task-number: QDS-8191
Change-Id: I265c4a95e84f6ef10a4c69f9a0089970f16f4bbf
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
Henning Gruendl
2022-11-25 17:49:36 +01:00
committed by Henning Gründl
parent 62d86837e9
commit 7d13c82750

View File

@@ -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