@wysota: Because my project is somewhat big,so I can't list code clearly.
let me interpret my work:
I take a big widget(inherit from QWidget,full screen) as my canvas,
I draw a lot of object(maybe 400~1000) on it. Every object is composed of multi-lines text(1-6lines),but every line is not more than 20 char.
I redraw all the object every one second, I found that redrawing is much expensive while redrawing polylines( more than ten thousand points) are much springy.
Maybe draw text is much complex than polylines?
My English is poor, so I don't know if I have make myself clear,
But I'm really looking forword to you smart guys's instruction.
Best wishes,
Bookmarks