biolab / orange3-associate

🍊 :package: Frequent itemsets and association rules mining for Orange 3.
Other
65 stars 37 forks source link

[FIX] Adopt Associate widget to PyQt6 #59

Closed PrimozGodec closed 1 year ago

PrimozGodec commented 1 year ago
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