Properties of type QmlSpinBox¶
Below is a list of the available properties provided by the QmlSpinBox type. Click on a property name to see its detailed description and examples.
| Property | Description |
|---|---|
| value | The current integer value of the spin box. |
| minimum | The minimum allowable value. Default is 0. |
| maximum | The maximum allowable value. Default is 99. |
| singleStep | The step size for each increment or decrement (e.g., arrow clicks). |
| prefix | Text prepended to the value (e.g., "ID: "). Does not affect the numeric value. |
| suffix | Text appended to the value (e.g., " units"). |
| readOnly | If true, the user cannot modify the value using the keyboard or arrows. |