Reputation: 453
How to put QGraphicsScene's (0,0) to top-left corner of QGraphicsView?
Upvotes: 2
Views: 1138
Reputation: 14426
QGraphicsScene
will be filled in the whole QGraphicsView
but You have the setSceneRect
function to choose the QGraphicsScene
part you want to see in the QGraphicsView
.
Upvotes: 0