Re: [PyQt] QGestureRecognizer Segmentation Fault

2013-01-11 Thread Phil Thompson
On Thu, 10 Jan 2013 11:34:50 +, Robert Kent wrote: > 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 se

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

2013-01-11 Thread Mark Summerfield
On Fri, 11 Jan 2013 17:26:29 +0530 šãñ wrote: > are you planning to come with next version of this book, and if u r > consider PySide differences and some apps example based on Pyside too.. I would very much like to do a new edition with examples that work with both PyQt and PySide. However, I ha

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

2013-01-11 Thread šãñ
are you planning to come with next version of this book, and if u r consider PySide differences and some apps example based on Pyside too.. On Fri, Jan 11, 2013 at 1:58 PM, Mark Summerfield wrote: > On Thu, 10 Jan 2013 23:50:05 +0530 > šãñ wrote: > > Guess what the book doesnt talks about QFile

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

2013-01-11 Thread Mark Summerfield
On Thu, 10 Jan 2013 23:50:05 +0530 šãñ wrote: > Guess what the book doesnt talks about QFileSystemModel anywhere at > all :( That's because QFileSystemModel was introduced in Qt 4.4, after the book was published. The book does cover Qt's model/view architecture, including QAbstractItemModel whic