Re: PyQt4 - widget signal trouble

2009-04-26 Thread Joacim Thomassen
Den Sun, 26 Apr 2009 14:04:47 +0100, skrev Phil Thompson: > On Sun, 26 Apr 2009 14:46:14 +0200, Marco Bizzarri > wrote: >> On Sun, Apr 26, 2009 at 12:38 PM, Joacim Thomassen >> wrote: >>> Den Sat, 25 Apr 2009 23:47:57 +0200, skrev Marco Bizzarri: >>> >>

Re: PyQt4 - widget signal trouble

2009-04-26 Thread Joacim Thomassen
Thanks a lot! That's the magic I didn't find in my PyQT4 Programming book. Finally! Thank you Marco! :-) -- http://mail.python.org/mailman/listinfo/python-list

Re: PyQt4 - widget signal trouble

2009-04-26 Thread Joacim Thomassen
Den Sat, 25 Apr 2009 23:47:57 +0200, skrev Marco Bizzarri: > Ciao, Joacim. > > Too much since I 'played' with low level calls, so I may be wrong. But > it seems to me you're opening the image and monitoring for changes the > directory. Hence the problem. If you read/write a file, I think the > di

Re: PyQt4 - widget signal trouble

2009-04-25 Thread Joacim Thomassen
Den Fri, 24 Apr 2009 22:24:46 +0100, skrev Phil Thompson: > On Fri, 24 Apr 2009 12:37:02 -0500, Joacim Thomassen > wrote: >> Hello, >> >> I'm trying to get my first PyQt4 application to work as intended, but >> it seems I'm stuck and out of ideas for

PyQt4 - widget signal trouble

2009-04-24 Thread Joacim Thomassen
What works: The filesystem change is detected and my program prints out "Change happened!" what is the problem: The image shown in the application is not changed. What am I doing wrong here? Any ideas and suggestions are appreciated. Best regards, Joacim Thomassen My progra