I have a model and its view. Then I have a proxy model (a subclass of QAbstractProxyModel) and its view (let's call it "proxy view"). I add a row in the model and the view correctly autoupdate itself, but the proxy view does not. Why? I have used the begininsertrows/endinsertrows correctly (I think). What can I do?