Details
-
Suggestion
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
6.8
-
None
Description
Instead of having to derive from QSortFilterProxyModel, it would be great if we could just set a function:
QSortFilterProxyModel *model = new ...; model->setFilterFunction([](int sourceRow, const auto &index){ ... });