Re: PyQt disconnect signal / slot

2007-09-25 Thread Alexander Eisenhuth
Phil, thanks for that quick reply Phil Thompson schrieb: > 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

Re: PyQt disconnect signal / slot

2007-09-25 Thread Phil Thompson
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 -- http://mail.python.org/mailman/listinfo/python-list

PyQt disconnect signal / slot

2007-09-25 Thread Alexander Eisenhuth
Hello PyQt experts, do i have to disconnect all signal/slots, after the emitting object is deleted, or does it the QObject destructor? Thanks Alexander -- http://mail.python.org/mailman/listinfo/python-list