hello i'm trying to create a create a editable QTreeWidgetItem.
It is suposed that when i click on the item it changes to a textBox and allows me to change the text in a specific column.
I used to do that on Qt3 using the setRenameEnabled, but it doesn't exists anymore...
does anyone knoes the substitute?!
Thanks