Re: [PyKDE] disconnecting PYSIGNAL

2003-11-03 Thread Phil Thompson
On Monday 03 November 2003 3:41 pm, Toby Dickenson wrote: > On Monday 03 November 2003 14:54, Gerard Vermeulen wrote: > > On Mon, 3 Nov 2003 10:24:23 + > > > > Toby Dickenson <[EMAIL PROTECTED]> wrote: > > > SIGNAL connections get automatically cleaned up by Qt when the > > > recieving C++ obje

Re: [PyKDE] disconnecting PYSIGNAL

2003-11-03 Thread Toby Dickenson
On Monday 03 November 2003 14:54, Gerard Vermeulen wrote: > On Mon, 3 Nov 2003 10:24:23 + > > Toby Dickenson <[EMAIL PROTECTED]> wrote: > > SIGNAL connections get automatically cleaned up by Qt when the recieving > > C++ object is destroyed. It appears that PYSIGNAL connections get > > automati

Re: [PyKDE] disconnecting PYSIGNAL

2003-11-03 Thread Gerard Vermeulen
On Mon, 3 Nov 2003 10:24:23 + Toby Dickenson <[EMAIL PROTECTED]> wrote: > SIGNAL connections get automatically cleaned up by Qt when the recieving C++ > object is destroyed. It appears that PYSIGNAL connections get automatically > cleaned up when the recieving python object is destroyed. >

[PyKDE] disconnecting PYSIGNAL

2003-11-03 Thread Toby Dickenson
SIGNAL connections get automatically cleaned up by Qt when the recieving C++ object is destroyed. It appears that PYSIGNAL connections get automatically cleaned up when the recieving python object is destroyed. I currently have a problem where I am destroying a c++ object (using deleteLater) bu