PyQt disconnect signal / slot

Phil Thompson phil at riverbankcomputing.co.uk
Tue Sep 25 09:35:32 EDT 2007


On Tuesday 25 September 2007, Alexander Eisenhuth wrote:
> Hello PyQt experts,
>
> do i have to disconnect all signal/slots, after the emitting object is
> deleted, or does it the QObject destructor?

It's done for you - same as Qt.

Phil



More information about the Python-list mailing list