Hi,

I am sorting and filtering data in a model using QSortFilterProxyModel. To filter data on more than one columng I have to implement the "filterAcceptsRow" method?
Thanks.

Kacper