Properties of type NumberSlotSpinBox¶
Below is a list of the available properties provided by the NumberSlotSpinBox type. Click on a property name to see its detailed description and examples.
| Property | Description |
|---|---|
| value | The current integer value of the spin box. Changed via user input or setValue(). |
| minimum | The minimum allowable value. Default is 0. |
| maximum | The maximum allowable value. Default is 99. |
| singleStep | Step size for arrow clicks or keyboard up/down. |
| readOnly | If true, the user cannot modify the value. |
| enabled | If false, the spin box is disabled and non-interactive. |
| visible | If false, the component is hidden. |