Details
-
Bug
-
Resolution: Cannot Reproduce
-
P2: Important
-
None
-
4.8.6
-
None
-
Ubuntu 14.04, Python 3
Description
This Bug just happens, when there is a lot of rows and columns in the model.
When clicking on a headername of the QTableView to sort them, every headername changes to the last element of the columns list from the model.
If you then click the headername again all columns that we did hide before are shown.
I found out, that the headerData() function from the QAbstractTableModel becomes the value -1 for the section parameter, when this problem happens.