This commit is contained in:
Vincent Hanewinkel 2025-08-14 20:50:59 +02:00
parent 3d28edb236
commit 6d60105d58

2
GUI.py
View File

@ -64,7 +64,7 @@ class MainWindow(QWidget):
print(f"Stop gedrückt bei Eintrag {index}") print(f"Stop gedrückt bei Eintrag {index}")
if __name__ == "__main__": def startGUI():
app = QApplication(sys.argv) app = QApplication(sys.argv)
w = MainWindow() w = MainWindow()
w.show() w.show()