Neither QTreeView nor QTreeWidget has a FindItem() method.The problem is that FindItem considers only the first sub-level.
QTreeWidget::findItems() has perfectly good options for recursive find in trees.
Neither QTreeView nor QTreeWidget has a FindItem() method.The problem is that FindItem considers only the first sub-level.
QTreeWidget::findItems() has perfectly good options for recursive find in trees.
Hallo, thank you for your help.
I have solved this problem with QMap iterator.
Bookmarks