PySide6 QSortFilterProxyModel filter proxy removes peristent editor
I have a QTableView containing a column with checkboxes. I use a delegate for the checkbox because I want to align it in the center of the column. The one which is generated via the CheckStateRole isn’t. The checkbox editor is made permanent for this column.