PDA

View Full Version : arrow buttons



madhukumar
28th January 2014, 17:30
[1] [2] [3] [4] [5] [->]

above shows 6 qpushbutton when i clicked right arrow buttton

it shows conditon overwite on above buttons
[<-] [6] [7] [8] [9] [10]

then again clicked left arrow button

[1] [2] [3] [4] [5] [->]

how to implement please tell me

anda_skoa
28th January 2014, 19:13
QStackWidget with two widgets as button containers, switching active one on "arrow" button click.

Cheers,
_