Skip to content

royjohal/qgv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interactive Qt graphViz display

Features :

  • Use cgraph lib (C++ API wrapper)
  • Support edges : label on edge, simple arrow both direction
  • Support Nodes : box or ellipse shape, image on Node
  • Support subGraphs
  • Interactions with node and edge (context menu and double click)
  • Zoom/move on graph
  • Tested only on dot engine
  • Only 6 headers/sources files to add

Screen capture :

Screen capture

Installation :

TODO :

  • Support more attributes of Graphviz
  • Add more comments
  • Support head/tail label on edge
  • Fully support layout from dot language (may be works...)
  • Dynamicaly move node and redraw layout ? (I dont know if it's possible) : not possible

Good lecture on subject :

Other similar projects (you must look before lose time with GraphViz) :

About

Interactive Qt graphViz display

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 68.7%
  • CMake 27.9%
  • QMake 3.1%
  • C 0.3%