Hello everyone.

For my project, i have a subClass of QHeaderView, passed as header to a QTreeView.

I am trying to limit resize of sections to a minimum width corresponding to the section text width.
Each section have different text, so minimum width can be different on each section.

Any idea on how can i do that?

thanks a lot.