PDA

View Full Version : I hope to move the slider bar in QGraphicsView automatically



learning_qt
21st November 2008, 13:14
Hello,

I will not press or drag the slider bar in QGraphicsView. But After drag an image from the screen, I hope the slider bar will move to the certain position automatically. How should I do?

Thanks!

aamer4yu
21st November 2008, 15:35
capture the drag events, and when it ends, position the slider..
PSST : nothing is automatic... u have to make it automatic ;-)