Re: [PyQt] TreeWidget findItems function - Only applies to top-level items?

2009-01-16 Thread Anonymous
http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qt.html#MatchFlag-enum --- On Wed, 1/14/09, Marc Nations mnations.li...@gmail.com wrote: From: Marc Nations mnations.li...@gmail.com Subject: [PyQt] TreeWidget findItems function - Only applies to top-level items? To: pyqt

[PyQt] TreeWidget findItems function - Only applies to top-level items?

2009-01-14 Thread Marc Nations
I had an error pop up in my application and it was due to the findItems function only looking at the root node in its search. I had assumed that this function would look at all the items in the tree, not just the top-level. Is there any way to make this function look at the sub-level items as