Hi
I have a complex QTreeView and a subclasses QAbstractItemModel. Now I want to use QSortFilterProxyModel for filtering. I have some questions:
Which methods do I have to reimplement in QSortFilterProxyModel? (mapFromSource, mapToSource)
Am I allowed to add rows and change data via the QAbstractItemModel directly?

What I have to consider?

thank you