PDA

View Full Version : How can draw graph



seniorc
12th March 2014, 12:37
Hello,

I trying draw this graph
10126

I have max 50 nodes in my graph.I must draw nodes connections.How can i do this.

Thanks

boudie
12th March 2014, 13:59
Try a QPainterPath.

anda_skoa
12th March 2014, 16:46
Looks like a job that can be nicely done using QGraphicsView

Cheers,
_