I draw some objects with QGraphicsView and QGraphicsScene one by one ,before draw each of them , there are many data to compute.I want that after compute the demand data of drawing one object,the object was drawn instantly.But I find that during all the data being computed,none object was drawn,and all the objects are drawn together after all the data have been computed.