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

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

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

unit testing - How to mock PreferenceManager in Android? -