Qt QTableView and horizontalHeader()->restoreState()
- by cheez
I can't narrow down this bug, however I seem to have the following problem:
- saveState() of a horizontalHeader()
- restart app
- Modify model so that it has one less column
- restoreState()
- Now, for some reason, the state of the headerview is totally messed up. I cannot show or hide any new columns, nor can I ever get a reasonable state back
I know, this is not very descriptive but I'm hoping others have had this problem before.