[PyQt] Time auto update to my widget

David Boddie david at boddie.org.uk
Fri May 18 22:28:39 BST 2012


On Thu, 17 May 2012 17:43:08 +0530, Ganesh Kumar wrote:

> I am new to pyqt, I have create one small application, my application
> starts time , will updates continuously, like analog clock How to do
> this, please guide me guys,

Take a look at the widgets/analogclock example in the PyQt archive.
This uses a timer to update the widget once every second.

David


More information about the PyQt mailing list