from PyQt5.QtWidgets import * class ToDoListItem(QListWidgetItem): def __init__(self): super(ToDoListItem, self).__init__() self.widget = QWidget()