I want to add a custom Widget to the QListView, i read already the SO thread about Delegates. QListView/QListWidget with custom items and custom item widgets
But how is this applied in pyqt? i couldn't find any example. Some articles show how to overwrite the paint function, which will only change the appearance but not add a widget as an item.