Hello,

I will use convert QImage to QGraphicsRectItem. I have to implement paint() fromQGraphicsItem. But there is no virtual destructor in QGraphicsItem. how can I work out this?

Thanks!