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.
Bookmarks