PDA

View Full Version : Add "separators" in QTreeWidget



lipha
4th July 2009, 18:44
Hey,
I'm trying to have those sub sections in a treeview, like for example in the property editor of Qt Designer. (I mean the grey expandable bars grouping the properties by class)
Anyone an idea how to get such a thing?
Thanks a lot,
Lipha

Lykurg
4th July 2009, 19:32
-> Look at the sources of the designer, there you will find your answer. I guess it is a custom delegate.