feat: finally a working super simple pattern
Some checks failed
CI/CD / build (push) Successful in 10m35s
CI/CD / wol (push) Has been cancelled

This commit is contained in:
2025-08-12 15:47:35 +02:00
parent cf18b24207
commit 9c6239028d
5 changed files with 92 additions and 44 deletions

View File

@@ -20,7 +20,7 @@ class Window(QWidget):
self.scene = QGraphicsScene(0, 0, 600, 600)
pp = Pattern(300, 300)
pp = Pattern(0, 0)
self.scene.addItem(pp)
view = QGraphicsView(self.scene)