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. Additional parameters
>     are given as parameters to the function call.  Return
>     identifier to cancel scheduling with after_cancel.
> 
> Does Qt have something that works more or less the same way?

QTimer.

Giovanni Bajo

_______________________________________________
PyKDE mailing list    PyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to