Signals of type NumberEdit¶
Below is a list of the available signals provided by the NumberEdit type. Click on a signal name to see its detailed description and examples.
| Signal | Description | 
|---|---|
| valueChanged() | Emitted when the numeric value changes — either by user input or setValue(). Used for data binding. | 
| valueEditingFinished() | Emitted when the user finishes editing (e.g., focus out or Enter key). The current value is passed. |