I have a QTreeWidget
tree with several items previously included. I need to look up if a string x
has the same text value as my QTreeWidgetItem
, so I need to check all the items in my tree. Does anyone know how I can use this method?
Or how can I get my QTreeWidget
to become a list?