Hi
I've got a QTreeWidget representing a list with 3 columns. The list isn't hierarchical, means all the rows are top level items.
I want my program to select/highlight a certain row in my list, for instance the 2nd one (index 1) . I'm struggeling to implement that. The method QTreeWidget::setCurrentItem would probably do that but requires a QTreeWidgetItem as a parameter, but how do I get this item that corresponds to my index.
Any help is highly appreciated.
Cheers
MaCe