PDA

View Full Version : Qt widget for graph rendering, like GrapViz



dennis714
14th February 2008, 09:27
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

jacek
14th February 2008, 17:25
You can try qanava (http://www.qanava.org/doku.php), do something yourself using QGraphicsView or make Graphviz output a file in a format that Qt can display.

amban
2nd May 2011, 03:23
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


Hi Dennis,
I am in a similar situation like you right now. Please suggest me which solution did you opt for ? Did you use graphviz or found QGraphicsView more helpful. Please share your experience.

Thanks

zipoo
9th July 2013, 21:35
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 :)