- Edited
How do I deal with spinbox so that I can differentiate between a programmatic changed and change from the UI?
The only way I know is to create my own custom control that changes the value programmatically and tells it to emit two different signals for the programmatic value change and non-programmatic value change.