Top "Qgraphicsview" questions

A QGraphicsView is a class from the Qt toolkit which provides a widget for displaying the contents of a QGraphicsScene.

Changing the cursor in a QGraphicsView

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