I have use the setMouseTracking(false) in the QGraphicsView class,but it doesn't work. Why ?
You want to disable move events for graphicsview? Probably some items have hover mouse events turned on and the view enables mouse tracking to be able to send them.
Bookmarks