Hi,
I have a QGraphicsScene, and when it needs the scroll bars when I click on the scene I move the graphicsView around it (QGraphicsView::ScrollHandDrag).
I suppose this is the desired behavour... but which event controls it? which event is launched when the user "moves" the view? I've tried with a lot of them (all the drag events in scene and view, for examle, are not called), in both graphicsScene and graphicsView and I don't find it :S
thanks!
Bookmarks