Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
None
Description
Suggestion to add a function to QTreeWidget that is method similar to the depth() method in QListView(Qt 3) to measure the depth of a node.
This now has to be done by traversing and counting the parents of the node.