[PyQt] Use QWebview with Flash plugin

2011-04-16 Thread Gelonida Gmail
Hi, I'd like to have a small QWebview window in our application, which could display the contents of a web page requiring Flash. Is this possible with PyQT? If yes, is it possible - on a Windows platform - on a linux platform which version of Flash would be supported and what would be the pro

Re: [PyQt] dip and data sources

2011-04-16 Thread Phil Thompson
On Fri, 15 Apr 2011 12:55:49 -0400, Lic. José M. Rodriguez Bacallao wrote: > Hi folks, I am starting a new application with PyQt4 and dip. The > application itself is something like a Dicom explorer. I need to > explore data from different sources and present it to the user. Data > will be present

Re: [PyQt] QMutex deadlock during QObject destructor

2011-04-16 Thread Luke Campagnola
On Sat, Apr 16, 2011 at 04:22, Phil Thompson wrote: > On Fri, 15 Apr 2011 23:45:15 -0400, Luke Campagnola > wrote: >> Hello, >> >> I have a multi-threaded application that locks up periodically while >> drawing >> graphics. The application is quite large and due to the randomness of > the >> lock

Re: [PyQt] QMutex deadlock during QObject destructor

2011-04-16 Thread Thomas Berg
Hi, On Sat, Apr 16, 2011 at 5:45 AM, Luke Campagnola wrote: > Hello, > I have a multi-threaded application that locks up periodically while drawing > graphics. The application is quite large and due to the randomness of the > lockup (usually takes between 10 minutes and 10 hours), I have not been