Documentation for WSpinBox valueChanged

Added by Thomas Suckow over 1 year ago

The documentation for valueChanged in WSpinBox could be improved to explain how it differs from the changed signal and how this relates to the increment/decrement buttons as well as the drag method of changing the value.

My assumption is that changed only fires when focus is lost or enter is pressed. While valueChanged fires when changed fires as well as when the buttons are clicked and while being dragged. But Thomas doesn't like assumptions, so if you could expand in the documentation for the event it would be appreciated.

Regards,
Thomas


Replies

RE: Documentation for WSpinBox valueChanged - Added by Thomas Suckow over 1 year ago

I was wrong, it is only when you release the drag, not every time it changes while dragging.