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

David J Brooks daeg at houston.rr.com
Wed Apr 12 23:40:36 BST 2006


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.




More information about the PyQt mailing list