second and third circle

This commit is contained in:
2024-09-10 21:54:07 +02:00
parent 054384ca85
commit 46daf9ec93
3 changed files with 43 additions and 11 deletions

View File

@@ -20,7 +20,7 @@ class Window(QWidget):
self.scene = QGraphicsScene(0, 0, 600, 400)
pp = Pattern(0, 0)
pp = Pattern(200, 100)
#for wid in pp.content:
# self.scene.addItem(wid)