Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I set a QGraphicsScene to a QGraphicsView. but i saw they both have mousePressEvent, mouseReleaseEveent, what is the difference? and i tried QGraphicsView, it seems not worked for mousePressEvent, but the mouseWheelEvent does work.
You can have a single Scene be rendered in 2 different Views. Having mouse events in both gives you greater control and flexibility.
And, apart from that, all QWidgets have handlers for those events.