PDA

View Full Version : GUI using qt creator



pr123
18th February 2015, 05:45
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

anda_skoa
19th February 2015, 09:47
Well, you react to the navigation buttons' clicked() signals and move the focus to the target input.

Cheers,
_