I'm adding QGraphicsEllipseItem, boundingRect() defined in QGraphicsElliplseItem. If index is enable app hangs when items() is called in QGraphicsScene, for example, when I hide and show window , if index is disable app hangs after I have called addItem().
QGraphicsScene always sorts items when I add item (sorting time ~5 minute), but I think this is my problem. What do you think about it?
Bookmarks