Closed PrimozGodec closed 1 year ago
Associate fails on PyQT6 since QSortFilterProxyModel doesn't have clear attribute.
Clear source model instead. To simplify the code, connect ProxyModel to the table from the beginning.
Issue
Associate fails on PyQT6 since QSortFilterProxyModel doesn't have clear attribute.
Description of changes
Clear source model instead. To simplify the code, connect ProxyModel to the table from the beginning.
Includes