I have a scene = QGraphicsScene() and I added an ellipse via scene.addEllipse(100, 100, 10, 10, greenPen, greenBrush). The brush and the pen are se
scene = QGraphicsScene()
scene.addEllipse(100, 100, 10, 10, greenPen, greenBrush)