qgraphicsscene

PyQt5 QGraphicsView drawing resolution

PyQt5 QGraphicsView drawing resolution Question: I’m new to Qt, I am trying to make a paint application using QGraphicsScene and QGraphicsView. The only way to draw i found out is to add circles and lines to QGraphicsScene on mouseMoveEvent. It works fine, but is there a way to draw like in FabricJS(when added items has …

Total answers: 1