Hello all,

I've ported my application to Qt4 using qt model view framework.
But my TreeView (which extends QTreeView) does not paint the dotted line (branches).

How i can do it?
I've tried to overload drawBranches, drawTree and drawRow without success.

Any help would be highly appreciated...!

PS: I saw some threads on this forum but none helped me...