Skip to content Skip to sidebar Skip to footer
Showing posts with the label Qgraphicsscene

Efficient Way To Move Qgraphicitems Inside Qgraphicsscene

I am developing a video player using pyqt5. I am using QGraphicsVideoItem inside a scene. On top of… Read more Efficient Way To Move Qgraphicitems Inside Qgraphicsscene

Pyqt Add Rectangle In Qgraphicsscene

I have a scene like this class Scene(QtWidgets.QGraphicsScene): def __init__(self, parent=None)… Read more Pyqt Add Rectangle In Qgraphicsscene