I subclassed QHeaderView for QTreeWidget and called setHeader with its object. Now the header has fixed width instead of width equaling to the parent width. How can I synchronize them?
Asked
Active
Viewed 139 times
0
-
Create a sample of this behavior. Probably you'll find a mistake while preparing it. What you've described works correctly. – Ezee Aug 26 '14 at 13:18
-
how do you mean like the text isnt fully shown because the header has a small fixed width or the header bar isnt stretching across the entire treewidget header area? – AngryDuck Aug 26 '14 at 14:44