Re: [PyQt] A good PyQt “Primer”?

2013-01-10 Thread šãñ
Guess what the book doesnt talks about QFileSystemModel anywhere at all :( On Wed, Dec 12, 2012 at 12:43 AM, šãñ wrote: > I have started with this very basic stuff to begin with... > > > > On Wed, Dec 12, 2012 at 12:41 AM, Nico Dufort wrote: > >> This one is fairly easy to follow: >> >> http:/

[PyQt] QGestureRecognizer Segmentation Fault

2013-01-10 Thread Robert Kent
Hi everyone, I've been implementing some mouse gestures and have discovered what may be a bug with QGestureRecognizer. Everything functions correctly until the application exits at which point a segmentation fault is thrown. This seems to happen during the deallocation of the QGestureRecognizer

Re: [PyQt] QTerminate and Python libs?

2013-01-10 Thread Giuseppe Corbelli
On 09/01/2013 18:03, David Cortesi wrote: The doc for QThread.terminate() says its use "is discouraged". I have a thread that calls urllib2 to read an http page. I am having a problem where this thread gets hung somewhere in the urllib2 -- remains to be determined whether in urllib2.urlopen() or

Re: [PyQt] HeightForWidth label

2013-01-10 Thread Mads Ipsen
Dear Pete, Thanks a lot for your input. To some extend its too bad that this feature cannot be implemented in a proper fashion - especially when the documentation of Qt tells you that it can. Best regards, Mads On 09/01/2013 22:00, Hans-Peter Jansen wrote: Dear Mads, Am Mittwoch, 9. Janua