Is there a control to display code branches in Qt?

I am trying to display some branches using Qt. How should I do it? Will I have to draw it myself? Is there any control / thing that will do this for me?

Example
(source: hades.name )

+3
source share
2 answers

You will need to do this yourself, use QGraphicsSceneand QGraphicsView.

+1
source

To expand the graph, you can look at GraphViz , a graph visualization tool.

GraphViz ( ), Qt ( QGraphicsScene/QGraphicsView, , @cbamber85), PNG GraphViz, .

KCacheGrind, Qt, GraphViz .

0

All Articles