Hi All

I have a QtreeView with an QSortFilterProxyModel set as model
When I fill the ProxyModel I can see all the data I supplied. So its working.

Now I want to display somthing like 'x of y' after applying a filter.
with x the number of remaining rows from the total y.

So for short where can I find the number of rows theQSortFilterProxyModel is actuallly displaying?


Thanks,

Frans,

_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to