Re: [PyQt] pyqt4 problem with label.setText timing within loops

2010-02-16 Thread Phil Thompson
On Tue, 16 Feb 2010 00:12:47 -0500, Dan Cherry wrote: > I'm trying to run a simple 'for' loop to execute some external programs > (ripping tracks with cdparanoia/lame, but I've stripped the problem down > to bare essentials that demonstrate the problem). > > Each loop should update a gui label

[PyQt] pyqt4 problem with label.setText timing within loops

2010-02-15 Thread Dan Cherry
I'm trying to run a simple 'for' loop to execute some external programs (ripping tracks with cdparanoia/lame, but I've stripped the problem down to bare essentials that demonstrate the problem). Each loop should update a gui label with the current loop number. The setText statement is within t