Destroying instances with PyQT
Garry Taylor
gtaylor at lowebroadway.com
Tue Apr 23 06:40:33 EDT 2002
More information about the Python-list mailing list
Tue Apr 23 06:40:33 EDT 2002
- Previous message (by thread): Destroying instances with PyQT
- Next message (by thread): Global Variable
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I have attached a QTimer to one of my objects, but I cannot seem to get rid of it when I'm finished, which cause the whole object not to be destroyed, normally my instances are erased simply by erasing the Dictionary in which they reside, which has always worked before the QTimer was added. In the QT manual it says you can destruct an instance like this: QTimer::~QTimer () How can I translate this into Python? TIA Garry
- Previous message (by thread): Destroying instances with PyQT
- Next message (by thread): Global Variable
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list