the tree view currently wastes a lot of horizontal space for call graphs such as:
a |- b | |- c | |- d | |- e |-f
I imagine that a custom delegate could be used instead to show this instead as
a |- b | c | d | e |-f
or alternatively as
a |- b > c > d > e |-f