I have installed an event filter on QGraphicView but it also has no effect.
How do you know? Have you run your code in the debugger to see if your event filter is called with any event at all?

Have you disabled the scroll bars in the view (QAbstractScrollArea::setVerticalScrollBarPolicy(), QAbstractScrollArea::setHorizontalScrollBarPolicy())?