Qt simple library for drawing undirected weighted graph ?
Unsolved
Brainstorm
-
Hello, I'm not sure if this is the correct place to post this, but I have been searching for a library for drawing undirected weighted graph in Qt, I thought I'd ask, maybe someone already has a good library to share.
What I want is this:
Simple every vertex has a label, and every edge is undirected with a weight labeled on it.
I don't need a special interaction like moving vertices, simply I want the graph to be displayed on a widget for the user to see only, like read only.
-
Hi,
The Elastic Node Example from the Graphics View framework might give you some ideas to start from.