feat: finally a working super simple pattern
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user