Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
5.9.4
-
None
Description
When the endResetModel () signal is called, the width of the columns of the QTableView set earlier is reset.
For example:
view-> horizontalHeader () -> setSectionSize (0, 50) qDebug() << view-> horizontalHeader () -> sectionSize (0) //50 endResetModel() qDebug() << view-> horizontalHeader () -> sectionSize (0) //100, resets toDefaultSize
Attachments
Issue Links
- duplicates
-
QTBUG-65478 Sorting changes table view column sizes
- Closed