Quote Originally Posted by Chicken Blood Machine
Try overriding QTreeView::indexRowSizeHint().
Unfortunately it is the protected, non virtual method. I solved it. Just has reimplemented the sizeHint() method at delegate. Thanks nonetheless.