I want to make widget for each sections to fit in size. So I want to wait for signal sectionCountChange then add as many custom widget as count. Layout will place them according to their sizeHint (or which other size function) - layout will keep control of placing widget so they will overlap QHeaderView default sections. I won't need to keep eye on their placement by my self.
Bookmarks