On Nov 8, 12:04 am, David Boddie wrote:
> On Saturday 07 November 2009 05:12, DarkBlue wrote:
>
>
>
> > qt 4.5.3
> > pyqt 4.6.1
> > python 2.6
>
> > I have this QtTable widget which I want to refresh once about every 2
> > seconds with new data.
>
> > so I do :
>
> > def updateSchedule(self):
> >
On Saturday 07 November 2009 05:12, DarkBlue wrote:
> qt 4.5.3
> pyqt 4.6.1
> python 2.6
>
> I have this QtTable widget which I want to refresh once about every 2
> seconds with new data.
>
> so I do :
>
> def updateSchedule(self):
> for j in range(0,10):
> doUpd