> > > Hi list,
> > > I need to filter mouse moving event on a QGraphicsView. I created a
> > > filter and install it to a QGraphicsView instance, but desired event
> > > seems not to be captured.

>         self.graphicsview.installEventFilter(self.filter)


I try to answer to myself. Perhaps I have to install event filter to scene
instead of to view. In this way seeme to work.


Anyway thanks a lot Arnold.

Luca







_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to