There are signals valueChanged() and editingFinished(), but I need perform my action only when key enter is pressed.
Is there any solution without reimplementing event handler?
I need to change focus to the next spinbox on pressed enter key. Any idea?