Re: [PyQt] Custom widgets in Qt5

2013-06-18 Thread Vincent Vande Vyvre
Le 18/06/2013 10:10, Phil Thompson a écrit : On Tue, 18 Jun 2013 08:15:44 +0200, Vincent Vande Vyvre wrote: Same problem with the latest release, the Designer crash at launching with any custom widget. Vincent Mine work fine for me, without (as far as I can remember) needing any changes. Soun

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 > > 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.

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 wrote: > On Thu, 23 May 2013 16:21:26 -0400, Luke Campagnola > 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, int, format) increases the > > reference cou

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 QTableV

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 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 major API > vers

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 see

Re: [PyQt] Custom widgets in Qt5

2013-06-18 Thread Phil Thompson
On Tue, 18 Jun 2013 08:15:44 +0200, Vincent Vande Vyvre 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 is configured. Phi