[PyQt] How to update the timer automatically in the tree view - Model/View programming

2011-03-16 Thread vijay swaminathan
Hi All, I'm a new bie to model/view programming and have just written a small script as attached. For some reasons the time is not getting updated on the tree view. it gets updated only when I select that element on that tree. I did a searched and I was told that I got to use signal / slot

Re: [PyQt] How to update the timer automatically in the tree view - Model/View programming

2011-03-16 Thread Hans-Peter Jansen
On Wednesday 16 March 2011, 13:21:21 vijay swaminathan wrote: Hi All, I'm a new bie to model/view programming and have just written a small script as attached. For some reasons the time is not getting updated on the tree view. it gets updated only when I select that element on that tree. I

Re: [PyQt] How to update the timer automatically in the tree view - Model/View programming

2011-03-16 Thread Phil Thompson
On Wed, 16 Mar 2011 14:51:39 +0100, Hans-Peter Jansen h...@urpla.net wrote: On Wednesday 16 March 2011, 13:21:21 vijay swaminathan wrote: Hi All, I'm a new bie to model/view programming and have just written a small script as attached. For some reasons the time is not getting updated on the

Re: [PyQt] How to update the timer automatically in the tree view - Model/View programming

2011-03-16 Thread Detlev Offenbach
On Mittwoch, 16. März 2011, Phil Thompson wrote: On Wed, 16 Mar 2011 14:51:39 +0100, Hans-Peter Jansen h...@urpla.net wrote: On Wednesday 16 March 2011, 13:21:21 vijay swaminathan wrote: Hi All, I'm a new bie to model/view programming and have just written a small script as