Can't get disconnect() to do what I want
Unsolved
Qt for Python
-
So, I have a QIdentityProxyModel and its source: a QAbstractTableModel
I would like the proxy model to ignore the rowsInserted and rowsRemoved signals from the source model.
(see here for bigger picture: https://forum.qt.io/topic/133446/2-views-with-different-layout-of-the-same-data)Is this possible with disconnect()?
I tried, but there are just too many possible signatures and too little of me understanding the docs. -
Hi,
Based on the bigger picture, it's the wrong thing you are trying do (tm).