I am working on a GUI using only push buttons no keyboard or mouse. i want to move up/down spinboxes spinbox1, spinbox2, spinbox3 and so on and corresponding label entries label1, label2 and so on. how can i do it using push button only. Thank you
Printable View
I am working on a GUI using only push buttons no keyboard or mouse. i want to move up/down spinboxes spinbox1, spinbox2, spinbox3 and so on and corresponding label entries label1, label2 and so on. how can i do it using push button only. Thank you
Well, you react to the navigation buttons' clicked() signals and move the focus to the target input.
Cheers,
_