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