Re: [PyKDE] dateEdit error msg on signal

2003-09-11 Thread Paul Evans
On September 11, 2003 12:57 pm, Paul Evans wrote: > but it spits out: > 'schededit.dateStart_valueChanged(const QDate&): Not implemented yet' Found it in the .ui file as print statement in a slot. Must have clicked on something to cause qtdesigner to throw that in when I looked up the args for i

[PyKDE] dateEdit error msg on signal

2003-09-11 Thread Paul Evans
Hi, This isn't hurting anything, I just wonder how I caused it. I have this signal: self.connect(self.dateStart, SIGNAL("valueChanged(const QDate&)"), self.slotsyncWeekday) and I thought it was working quietly last night just fine (I could be wrong). I *think* all I did after was rename some