Hi mates,

I am using QGraphicsView to show a couple of items. Geometric figures by using addLine...and so on. I use a mathematical constructive method to create these figures and then I show them. Is it possible to animate the creation? I mean, add a line, and then show it, then next one...step by step? It would be like an animation of the contraction of the geometric figure. The thing is when you show the windows, it shows it when everything is "painted". Is there to show the window before it ends painting?

Thanks in advance