summaryrefslogtreecommitdiffstats
path: root/collectionwidgetproxy.h
Commit message (Collapse)AuthorAgeFilesLines
* Sprinkle Q_OBJECT here and there...Arno2018-02-181-0/+1
| | | | | Well, all those Collection*Views are Q_OBJECTs of course, forgot to add the macro... :(
* Make filtering usefulArno2018-02-171-0/+14
Add a custom QSortFilterProxyModel which filterAcceptsRow() returns true if the uppermost parent matches the filter RegExp.