How to only display specific columns using QIdentityProxyModel
Solved
General and Desktop
-
I have a tableview with n columns, new columns can be added and removed dynamically.
I now want to display that tableview, but only display two very specific columns (I do have the indices of those columns).I tried to set up proxy models to only return something valid for indicies of those columns, or to change
columnCount
but neither method worked - what am I missing?