Hi all,

Can anyone suggest me what will be an efficient way to generate approximately 100 qgraphics items (e.g. squares or rectangles) 'one-by-one'?

What i do now is that i just call an object of my class (responsible for generating the items) 100 times using a for-loop. But when i run my application all the items appear at the same time after a little pause.

What should i do to make them appear one-by-one?