Hello,

I have created a QTreeWidget with several columns. In the first column I create a tree of QTreeWidgetItems.

When I use the function findItems on a other column it never returns an list with items for a item that is not the root in the first column.

So basically it will only find QTreeWidgetItems when the parent is the TreeWidget.

Am I using this functionallity wrong? I expect to get the other items to regardless of their tree depth?

Regards,

Marcel