[PyKDE] Does QT have an equvalent to Tkinter.Frame.after()

2006-04-12 Thread David J Brooks
Tkinter.Frames defines its after method thusly: after(self, ms, func=None, *args) unbound Tkinter.Frame method Call function once after given time. MS specifies the time in milliseconds. FUNC gives the function which shall be called. Additional parameters are given as parameters

Re: [PyKDE] Does QT have an equvalent to Tkinter.Frame.after()

2006-04-12 Thread Giovanni Bajo
David J Brooks [EMAIL PROTECTED] wrote: Tkinter.Frames defines its after method thusly: after(self, ms, func=None, *args) unbound Tkinter.Frame method Call function once after given time. MS specifies the time in milliseconds. FUNC gives the function which shall be called.

Re: [PyKDE] Does QT have an equvalent to Tkinter.Frame.after()

2006-04-12 Thread Andreas Pakulat
On 12.04.06 17:40:36, David J Brooks wrote: Tkinter.Frames defines its after method thusly: after(self, ms, func=None, *args) unbound Tkinter.Frame method Call function once after given time. MS specifies the time in milliseconds. FUNC gives the function which shall be called.

Re: [PyKDE] Does QT have an equvalent to Tkinter.Frame.after()

2006-04-12 Thread David J Brooks
On Wednesday 12 April 2006 18:18, Andreas Pakulat wrote: Please don't hijack other peoples threads. My apologies. Since I read my email in order of arrival, not by thread, I didn't occur to me that my post would appear in someone else's thread. I can see how that would be annoying if you read