Hi,

i think my proxy is fine, because if i use my proxy with a standard QTableView,
then sorting works.

My model emits dataChanged signal and that works fine. So my view gets the updates.

I think maybe i have forgotten to overwrite some methods in my view.
I do not know which methods are called from the (proxy)model if sorting is in progress. dataChanged and currentChanged or rowsRemoved or rowsInserted aren't called.

Do i manually have to connect my view to some slots ?
I thought if i call pView->setModel(pProxy) all these connections are done implicitly (because inserting/removing and updating date works fine) ???

Greetings,
Nando