PDA

View Full Version : Quick question about filtering item model



maverick_pol
20th December 2007, 14:09
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

jacek
20th December 2007, 16:29
Yes, that's the right method.