Is posible to do a "inverse" filtering with QSortFilterProxyModel?
I have a QSortFilterProxyModel in my app, when i type "hello", all table items are hidden, except rows containing "hello", but i'd like to hide the rows containing "hello", and show all others.
It's possible?
Bookmarks