Re: [PyQt] isRunning() returns true after QThread completion

2012-02-26 Thread Hans-Peter Jansen
Dear Lars, On Sunday 26 February 2012, 15:55:25 Lars Beiderbecke wrote: > Hello, > > In my application some QThreads still return isRunning() == true when > they should be completed. > > More specifically, I'm using QThreads to load images asynchronously > in the background. By emitting a signal,

Re: [PyQt] pylupdate4 issue

2012-02-26 Thread Detlev Offenbach
Am Sonntag, 26. Februar 2012, 15:56:54 schrieb Vincent Vande Vyvre: > Le 26/02/12 15:16, ad...@mbnoimi.net a écrit : > On 19/02/2012 09:55 م, Vincent Vande Vyvre wrote: > Le 19/02/12 19:55, ad...@mbnoimi.net a écrit : > On 19/02/2012 08:22 م, ad...@mbnoimi.net wrote: > Hi all, > > I tried to creat

[PyQt] QWidget 'destroyed' signal: possible regression?

2012-02-26 Thread Pierre Raybaut
Hi Phil, I recently found out that a feature succesfully tested with older versions of PyQt was broken (http://code.google.com/p/spyderlib/issues/detail?id=951) and at the same time the Matplotlib developers contacted me for a similar issue (https://github.com/matplotlib/matplotlib/issues/711). T

Re: [PyQt] pylupdate4 issue

2012-02-26 Thread Vincent Vande Vyvre
Le 26/02/12 15:16, ad...@mbnoimi.net a écrit : On 19/02/2012 09:55 م, Vincent Vande Vyvre wrote: Le 19/02/12 19:55, ad...@mbnoimi.net a écrit : On 19/02/2012 08:22 م, ad...@mbnoim

[PyQt] isRunning() returns true after QThread completion

2012-02-26 Thread Lars Beiderbecke
Hello, In my application some QThreads still return isRunning() == true when they should be completed. More specifically, I'm using QThreads to load images asynchronously in the background. By emitting a signal, the thread notifies the main window that the pixmap has been loaded and the correspo

Re: [PyQt] pylupdate4 issue

2012-02-26 Thread admin
On 19/02/2012 09:55 م, Vincent Vande Vyvre wrote: Le 19/02/12 19:55, ad...@mbnoimi.net a écrit : On 19/02/2012 08:22 م, ad...@mbnoimi.net wrote: