Hi

I'm working on this application where i have a QGraphicsView and QGraphicsScene with QGraphicsSvgItems on and would like to draw lines/curves etc between the QGraphicsSvgItem that i have in the scene.

I'm unable to find (or understand how) a way to render/paint these lines in in my scene and it has to be scaleable graphics like the QGraphicsSvgItem i have in my scene.

anyone that could point me in the right direction?

/Robert