forked from qt-creator/qt-creator
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:
committed by
Henning Gründl
parent
62d86837e9
commit
7d13c82750
@@ -13,6 +13,7 @@ Item {
|
|||||||
|
|
||||||
property alias minimumValue: spinBox.realFrom
|
property alias minimumValue: spinBox.realFrom
|
||||||
property alias maximumValue: spinBox.realTo
|
property alias maximumValue: spinBox.realTo
|
||||||
|
property alias value: spinBox.realValue
|
||||||
property alias stepSize: spinBox.realStepSize
|
property alias stepSize: spinBox.realStepSize
|
||||||
|
|
||||||
property alias backendValue: spinBox.backendValue
|
property alias backendValue: spinBox.backendValue
|
||||||
|
Reference in New Issue
Block a user