A QGraphicsView is a class from the Qt toolkit which provides a widget for displaying the contents of a QGraphicsScene.
I'm trying to change the cursor of a QGraphicsView while the ScrollHandDrag is on, but it doesn't seem to work. …
c++ qt qt4 qgraphicsview