Hello, I have a QTreeWidget with some QTreeWidgetItem in, i'd like to select one of them, to do this i get the QTreeWidgetItem that i want to select and then i use the method setCurrentItem ( QTreeWidgetItem ), but it doesn't work...any suggestion?
thx