Re: [PyKDE] connecting to connectionStateChanged in QUrlOperator

2006-07-20 Thread Daryl Dusheiko
Thanks Phil, it works now. The Pydoc 2.0 I'm using does not have is as const, but I see the online version does. Phil Thompson wrote: On Thursday 20 July 2006 2:44 am, Daryl Dusheiko wrote: I am using the QUrlOperator class and am trying to connect to the connectionStateChanged s

Re: [PyKDE] connecting to connectionStateChanged in QUrlOperator

2006-07-20 Thread Phil Thompson
On Thursday 20 July 2006 2:44 am, Daryl Dusheiko wrote: > I am using the QUrlOperator class and am trying to connect to the > connectionStateChanged signal. When I run the code I get the following > error. > > File "DSBUpgradeDialog.py", line 35, in __init__ > self.connect(self.ftp, SIGNAL('con

[PyKDE] connecting to connectionStateChanged in QUrlOperator

2006-07-19 Thread Daryl Dusheiko
I am using the QUrlOperator class and am trying to connect to the connectionStateChanged signal. When I run the code I get the following error. File "DSBUpgradeDialog.py", line 35, in __init__ self.connect(self.ftp, SIGNAL('connectionStateChanged(int, QString &)'), self.__ConnectionStateChange