Hi
I am using GraphicsView/Scene architecture to draw 10,000 > rects/traingles/circles.
Can anybody tell what is the fastes way to draw these items.
Currently I am using drawRect, drawPolygaon and drawEllipse functions.
Currently size of items is 5x5 pixel.
Also I wanted to zoom them as well and there are lines drawn between them as well.
Can you tell me the rendering/ zooming becomes faster.