Hi,

I have created QTreeWidgetItem. Now i want to set the items in the tree as false initially and on passing of some info they will be set to true.
false means they will not respond to any click event.
true means they will respond to the click event.

I tried using the setEnabled function but it seems that there is not setEnabled function for QTreeWidgetItem.

Please tell me how to set the tree item as false so that am able to initialize them as false and then later as true.

Thanking you,

Kapil