I'm looking for any widget or method or something which will allow me to render graph inside of Qt window, or any method to embed Graphviz into Qt:
http://en.wikipedia.org/wiki/Graphviz
Printable View
I'm looking for any widget or method or something which will allow me to render graph inside of Qt window, or any method to embed Graphviz into Qt:
http://en.wikipedia.org/wiki/Graphviz
You can try qanava, do something yourself using QGraphicsView or make Graphviz output a file in a format that Qt can display.
Hi,
I have done some works on topic !
See my lib at http://code.google.com/p/qgv/
Feel free to improve it.
Good luck :)