Re: [PyQt] Custom widgets in Qt5

2013-06-18 Thread Vincent Vande Vyvre
Le 06/06/2013 12:52, Vincent Vande Vyvre a écrit : Le 05/06/2013 23:13, Phil Thompson a écrit : In PyQt5 the plugin is called libpyqt5.so. Which directory it goes in depends on how your Qt5 installation is configured. Phil I don't know why but the Makefile was not created in

Re: [PyQt] Custom widgets in Qt5

2013-06-18 Thread Phil Thompson
On Tue, 18 Jun 2013 08:15:44 +0200, Vincent Vande Vyvre vincent.vandevy...@swing.be wrote: Le 06/06/2013 12:52, Vincent Vande Vyvre a écrit : Le 05/06/2013 23:13, Phil Thompson a écrit : In PyQt5 the plugin is called libpyqt5.so. Which directory it goes in depends on how your Qt5 installation

Re: [PyQt] ANN: SIP v4.14.7 Released

2013-06-18 Thread Scott Kitterman
On Monday, June 17, 2013 10:13:32 AM Phil Thompson wrote: SIP v4.14.7 has been released. This is a minor functional release but is required by PyQt v5. It would be nice if new SIP versions that introduce a new major API version number weren't described as a minor functional release. It seems

Re: [PyQt] ANN: SIP v4.14.7 Released

2013-06-18 Thread Phil Thompson
On Tue, 18 Jun 2013 16:40:25 -0400, Scott Kitterman deb...@kitterman.com wrote: On Monday, June 17, 2013 10:13:32 AM Phil Thompson wrote: SIP v4.14.7 has been released. This is a minor functional release but is required by PyQt v5. It would be nice if new SIP versions that introduce a new

Re: [PyQt] Using Web2Py's gluon DAL with QTableView?

2013-06-18 Thread David Boddie
On Mon, 17 Jun 2013 16:33:22 +0100, Simon Carr wrote: Hi, Has anyone had experience using Web2Py's DAL (gluon) with PyQt. I am using gluon with a project I am currently working on and am starting to make use of some large data sets that I would like users to view / manipulate in QTableView.

Re: [PyQt] QImage memory leak in 4.10.1

2013-06-18 Thread Luke Campagnola
On Fri, May 24, 2013 at 1:42 PM, Phil Thompson p...@riverbankcomputing.comwrote: On Thu, 23 May 2013 16:21:26 -0400, Luke Campagnola lcamp...@email.unc.edu wrote: Howdy, I am using PyQt 4.10.1 (Py2.7-qt4.8.4-x32) on windows XP. It appears that on this system, QImage(sip.voidptr, int,

Re: [PyQt] ANN: SIP v4.14.7 Released

2013-06-18 Thread Scott Kitterman
On Tuesday, June 18, 2013 11:21:33 PM Phil Thompson wrote: On Tue, 18 Jun 2013 16:40:25 -0400, Scott Kitterman deb...@kitterman.com wrote: On Monday, June 17, 2013 10:13:32 AM Phil Thompson wrote: SIP v4.14.7 has been released. This is a minor functional release but is required by