I set a few custom delegates in my list. When I do a reset of the model QListView::reset();
gets called but the delegates are not reset. Is this a bug, if not how can I reset all delegates?
Iterating over all rows and set the delegates to nullptr
would work but is not a proper solution.