hi all,
I am using a QGraphicsView to display 10,000+ items, and i have figured out how to use QGraphicsItem:aint() to draw or not draw the items. But for performance reason, i want to redraw only any selected items, data of which is updated, instead of redrawing all of items completely. Is there anyway to achieve it?
Bookmarks