A friend and I are working on an application that creates QCanvasItems.
That's ok.

But it should also delete them sometimes. And I just can't see how?

If I delete the python object, it doesn't seem to go away. At least
canvas.allItems() still counts them.

Is there a way to force deletion of the C++ object at least? It would
still leak some memory on the python side, but it would be somewhat
better.

If q QCanvasItem was a QObject I would call deleteLater, but it isn't.


-- 
 ("\''/").__..-''"`-. .         Roberto Alsina
 `9_ 9  )   `-. (    ).`-._.`)  [EMAIL PROTECTED]
 (_Y_.)' ._   ) `._`.  " -.-'   KDE Developer (MFCH)
  _..`-'_..-_/ /-'_.'
(l)-'' ((i).' ((!.'             Buenos Aires - Argentina
Imminentizing the eschaton since 1971.

_______________________________________________
PyKDE mailing list    [EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to