Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
QGraphicsView how to set (0,0) to top-left corner ?
-
QGraphicsItem.setPos(0,0) is not top-left corner.
-
@sonichy
https://stackoverflow.com/questions/37684777/how-do-i-make-the-top-left-of-a-qgraphicsscene-coincide-with-the-top-left-of-my
https://forum.qt.io/topic/44436/change-qgraphicsview-scene-to-have-coords-system-origin-at-top-left-corner
-
@JonB QGraphicsView::setAlignment(Qt::AlignLeft | Qt::AlignTop)