1
I have a tree QTreeWidget
with several previously included items. I need to search for a string x
has the same text value as mine QTreeWidgetItem
, or I need to check all items in my tree. Does anyone know how I can use this method?
Or how I can make mine QTreeWidget
can become a list ?
Thank you very much C. E. Gesser. I had used findItems but did not know which Matchflag to use. I will give a read in the documentation of the method I am reading a lot and in the values of Matchflag as well. Again Thank You ! : D
– Otavio Augusto