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?

David
-- 
Sure God created the world in only six days,
but He didn't have an established user-base.

_______________________________________________
PyKDE mailing list    [email protected]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to