On Wed, 17 Aug 2011 03:07:03 +0500, uahmed <gleam.uah...@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
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to