Posts by Otavio Augusto • 11 points
1 post
-
1
votes1
answer143
viewsQ: How to use the Qtreewidget Finditem in Pyqt ?
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…