Hi guys,

I have a question. I the drawBackground(QPainter* painter) I am drawing my scene background, simple as that. The user, though, should be able to draw some other lines, polygons dynamically(with some give coordinates). I can do that adding items(as addline,addpolygon, etc, add items), but I would like to draw simply on the scene, using scene coordinates, using scene painter. Is it possible?

Maverick