Yep, thanks. And it also turns out that they can be deleted anyway and they seem to unregister themselves from the scene, so no double-deletion issues.

On 08/08/17 21:19, Jean-Michaël Celerier wrote:
The QGraphicsScene owns all the QGraphicsItem you add to it.

-------
Jean-Michaël Celerier
http://www.jcelerier.name

On Tue, Aug 8, 2017 at 7:24 PM, Nikos Chantziaras <rea...@gmail.com <mailto:rea...@gmail.com>> wrote:

    When adding a pixmap to a QGraphicsScene with:

       pixmapItem = scene.addPixmap(pixmap);

    who owns pixmapItem? Do I need to delete it? Does the scene delete it?

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to