简体   繁体   中英

Visualize (directed) graphs with Qt

Are there widgets, libraries to visualize directed graphs of graphs in general with Qt? I want to build them in real time, while inspecting the JVM or is input/output with Graphviz the way to do?

Create a dot file and process it with graphviz. The syntax is so straightforward it should be trivial to output, if you can trivially traverse the graph.

Looks like this is more suitable, it seems to have Qt frontend implementation. http://code.google.com/p/showgraph/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM