thanks, QSortFilterProxyModel works.
However I don't understand why my proxy didn't...
thanks, QSortFilterProxyModel works.
However I don't understand why my proxy didn't...
Notice that every QModelIndex belongs to a certain model. The view doesn't know there's proxy model in between. Besides other possible logical mistakes, the view only sees a model which returns indexes belonging to some other unknown model.
J-P Nurmi
niko (18th January 2008)
Bookmarks