Signals of type QmlSpinBox¶
Below is a list of the available signals provided by the QmlSpinBox type. Click on a signal name to see its detailed description and examples.
| Signal | Description | 
|---|---|
| valueChanged(int) | Emitted when the value changes — either by user interaction or programmatically. The new value is passed as an argument. |