c++ - Is there a way to detect when all child items within a QTreeWidgetItem have been marked 'hidden'? -


is there preferred way detect when of qtreewidgetitem's children marked hidden? currently, i'm iterating on of them every time of them hidden.

keep counter of hidden items , change value of counter if item changed state of hidden-ness. each time use information not iterate on items!


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -