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