Hi there,

I'm working on a quite individual version of QTreeWidget. Certain items have certain looks, sizes and gaps between them.
I reimplemented QSyteldItemDelegate for the looks, and so far I also use it to create the gaps by adjusting the size of the item via my delegates sizeHint() to fit what my paint() implementation paints plus the gap.
That kind of works, but doesn't look good as the branches stop where the gaps begin and so on.

Is there any way to give a QTreeWidgetItem a top- and bottom-spacing, so there actually is a gap between the items?