Saturday, 14 September 2013

PyQt continuously updating variable.

PyQt continuously updating variable.

I am very new to PyQt and new to GUI programming. I am making a game. I
need a variable to update continuously (it is a function of the time). I
am struggling to figure out how to do this. I did this in tkinter with
self.after(10,self.updateCost()) which lead to an update every .01
seconds.

No comments:

Post a Comment