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?
(source: hades.name )
You will need to do this yourself, use QGraphicsSceneand QGraphicsView.
QGraphicsScene
QGraphicsView
To expand the graph, you can look at GraphViz , a graph visualization tool.
GraphViz ( ), Qt ( QGraphicsScene/QGraphicsView, , @cbamber85), PNG GraphViz, .
KCacheGrind, Qt, GraphViz .