[PyKDE] deleting a window

Axel Mittendorf axel.mittendorf at transfertech.de
Tue Jun 1 16:06:01 BST 2004


Hi, I have a PyQT (3.8.1) app and I want to reinstantiate a window.
I tried it like this:

del win
win = SomeWin()
win.show()

A new instance is always created but the old is never deleted 
(I tried win.erase() and win.destroy() too).
Can someone show me how to delete such a QWidget instance?

TIA,
Axel


--
axel.mittendorf at nospam-transfertech.de




More information about the PyQt mailing list