fix
This commit is contained in:
parent
c3a7842529
commit
a7f76344dc
2
GUI.py
2
GUI.py
@ -6,7 +6,7 @@ from PyQt5.QtWidgets import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
class ListItemWidget(QWidget):
|
class ListItemWidget(QWidget):
|
||||||
def __init__(self, text, index, on_start, on_stop):
|
def __init__(self, text, index):
|
||||||
super().__init__()
|
super().__init__()
|
||||||
self.text = text
|
self.text = text
|
||||||
self.index = index
|
self.index = index
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user