[PyQt] tkinter after method in pyqt

Phil Thompson phil at riverbankcomputing.com
Wed Aug 17 08:23:31 BST 2011


On Wed, 17 Aug 2011 03:07:03 +0500, uahmed <gleam.uahmed at gmail.com> wrote:
> Hi
> 
> In tkinter i use after method to recall the function after particular
> interval time and that function do the the changes in GUI . What i
should
> use to do changes in Pyqt GUI ?

QTimer.singleShot()

Phil


More information about the PyQt mailing list