PDA

View Full Version : Moving QGraphicsScene to Left or Right firections



augusbas
29th June 2010, 14:17
Hi all,

I have added a QGraphicsscene in my QGraphicsView.

I need to move the Scene to left or right directions depend on the left or right button selected.

What method to be used to change the view of the scene coordinates.

augusbas
30th June 2010, 04:22
Hi someone please help on this query

tbscope
30th June 2010, 04:45
Did you try using setSceneRect?
Make sure you don't center it in the view when you want to move it around.