Can I translate QGraphicsView and QGraphicsScene to top left instead of center of widow?
Solved
General and Desktop
-
I drew a grid in the QGraphicsView drawBackground() function. The center appears at the center of the window, but I want it to be drawn at the top left of the view. Is there a way to translate it to the top left to be the origin?
-
Hi,
Did you already took a look the Graphics View coordinate system documentation ?