Re: [PyQt] Updating Qlabel in widget

2011-08-25 Thread uahmed
hi Thanks for the reply , QLabel will be created once only when count is equal to 2 . Firstly i was thinking same that i make Qlabel first and then recall them and change only text but if i do that then i have to create nearly 40-60 Qlabel to cover all the loop holes so i need to create it on run

Re: [PyQt] Updating Qlabel in widget

2011-08-25 Thread Hans-Peter Jansen
On Thursday 25 August 2011, 12:02:52 uahmed wrote: > Hi > > I want to update the Qlabel after the widget is made , Problem is > that updating is base on counter so i call that function after 4 > seconds , but when it by pass the "if" statment it go through all the > commands give me no errors but i

[PyQt] Updating Qlabel in widget

2011-08-25 Thread uahmed
Hi I want to update the Qlabel after the widget is made , Problem is that updating is base on counter so i call that function after 4 seconds , but when it by pass the "if" statment it go through all the commands give me no errors but it does not update the widet although if i dont putt "if" statm