I want to create a tree view structure.For this i am using QTreeWidgetItem.In the tree structure i want to disble expansion/contraction chech box.
Help me to disble/remove the the check box.I want only tree like structure.
I want to create a tree view structure.For this i am using QTreeWidgetItem.In the tree structure i want to disble expansion/contraction chech box.
Help me to disble/remove the the check box.I want only tree like structure.
How about using QTreeWidget::setRootIsDecorated ??
If doesnt work, just use delegates (QItemDelegate) and override the QItemDelegate::drawDecoration function.
Bookmarks