PDA

View Full Version : I can't add item in a proxy view



Nate River
27th December 2011, 23:56
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?