I am stuck with setting row height. I guess if I am able to set row height for each item, I can display my contents properly.
I tried setting sizeHint() in ItemDelegate, and also tried rowHeight, and indexRowSizeHint for QtreeWidget... but the rowHeight and indexRowSizeHint are never called . Also I tried setting setWordWrap(true) for tree widget, but no use

Can someone give me idea where to move ?? or what to look for ?