Re: [PyKDE] QObject::connectNotify

2005-08-23 Thread Phil Thompson
> Hi - > > Is there a version of QObject::connectNotify for python signals, or a > similar mechanism? I have a signal whose conditions are very expensive to > calculate, so it would be better to not calculate its conditions if it is > not connected. Afraid not. Unfortunately, as connectNotify() is

[PyKDE] QObject::connectNotify

2005-08-23 Thread Jeremy Sanders
Hi - Is there a version of QObject::connectNotify for python signals, or a similar mechanism? I have a signal whose conditions are very expensive to calculate, so it would be better to not calculate its conditions if it is not connected. Thanks Jeremy __