Disable scrolling in QGraphicsView
-
Hi, I got an application where I use the mouse wheel to zoom in and out (scale) the contents of the QGraphicsView.
But when the QGraphicsView's sceneRect is smaller than the scene, I get scrollbars, and the scene is scrolled to the edge before any QWheelEvent's are passed to my QMainWindow.How can i solve this?