QTableView Horizontalheader loop error.
Unsolved
General and Desktop
-
If you change the size of the HorizontalHeader with two columns, you have a sectionResize signal synchronized so that the VerticalHeader's Hegith changes to match the transformed column.
However, if you change the size of the TableView and it reaches the size of the Vertical ScrollBar, it will end up in an infinite loop. Do you have a solution?