Author Arvin Schnell
QGraph is a Qt widget to display a graph. The layout of the graph is done by graphviz, the display is done by QGraphicsScene. The widget does not support all graph attributes of graphviz. If you want to use it you will likely have to extend it for your needs.
I implemented this widget as an ITO (innovativ time off) project at Novell for YaST, see my announcement.
The widget is distributed under the terms of the GNU General Public License.
The two sources below differ slightly in naming conventions.
The original subversion repository. Class naming and function parameters follow YaST conventions.
The archive contains the widget, an example program with qmake project file and some example graphs.
Last modified 19th March 2009 | Copyright (©) 2008 - 2009 by Arvin Schnell |