This commit is contained in:
Vincent Hanewinkel 2025-08-14 22:02:53 +02:00
parent c3a7842529
commit a7f76344dc

2
GUI.py
View File

@ -6,7 +6,7 @@ from PyQt5.QtWidgets import (
)
class ListItemWidget(QWidget):
def __init__(self, text, index, on_start, on_stop):
def __init__(self, text, index):
super().__init__()
self.text = text
self.index = index