If you only have top level items in the tree, using QTreeView::setRootIsDecorated(false) will do the trick.
If you have many levels, then you might need delegates or styleSheets...
If you only have top level items in the tree, using QTreeView::setRootIsDecorated(false) will do the trick.
If you have many levels, then you might need delegates or styleSheets...
Last edited by wysota; 14th May 2009 at 09:59. Reason: reformatted to look better
Bookmarks