Re: [PyQt] pyuic4 bug with QButtonGroup?

2010-07-03 Thread Phil Thompson
On Fri, 2 Jul 2010 22:37:23 -0700 (PDT), Jason Tiller wrote: > Hi, All, :) > > I encountered what I believe is a bug in pyuic4's generation of > QButtonGroup code. I created a simple .ui that contains nothing more > than: > > * 2 QRadioButtons > * 1 QButtonGroup that contains them > >

Re: [PyQt] Pyuic4 bug in PyQt4 snapshot?

2010-03-03 Thread Phil Thompson
On Wed, 3 Mar 2010 16:02:05 +0200, Umit Oztosun wrote: > Hello, > > I tried the latest PyQt4 snapshot together with the latest Sip snapshot. I > noticed a problem with the order of QSpacerItem parameters. Attached are a > test ui file, together with outputs of pyuic4 4.7 and > snapshot-4.7.1-307e

[PyQt] Pyuic4 bug in PyQt4 snapshot?

2010-03-03 Thread Umit Oztosun
Hello, I tried the latest PyQt4 snapshot together with the latest Sip snapshot. I noticed a problem with the order of QSpacerItem parameters. Attached are a test ui file, together with outputs of pyuic4 4.7 and snapshot-4.7.1-307e5cccaf6c. A quick diff reveals: 5,6c5,6 < # Created: Wed Mar 03 15:

Re: [PyQt] pyuic4 bug

2008-07-05 Thread Phil Thompson
On Sat, 05 Jul 2008 01:55:29 +0800, Iván García <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED]:~/workspace/subdownloader/gui$ pyuic4 --version > Python User Interface Compiler 4.4.3-snapshot-20080627 for Qt version > 4.4.0 Fixed in tonight's snapshot. Thanks, Phil ___

[PyQt] pyuic4 bug

2008-07-04 Thread Iván García
[EMAIL PROTECTED]:~/workspace/subdownloader/gui$ pyuic4 --version Python User Interface Compiler 4.4.3-snapshot-20080627 for Qt version 4.4.0 [EMAIL PROTECTED]:~/workspace/subdownloader/gui$ pyuic4 about.ui -d # -*- coding: utf-8 -*- # Form implementation generated from reading ui file 'about.u

Re: [PyQt] pyuic4 bug?

2008-05-17 Thread Phil Thompson
On Friday 16 May 2008 19:33:48 Mats wrote: > I'm trying to run pyuic4 against a ui file with a QMdiArea widget in it and > get the following error: > > Unknown Qt widget: QMdiArea > > A ui file without any QMdiArea will work just fine. > > I've tried with PyQt 4.4 rc1 and 4.4 final with the same re

[PyQt] pyuic4 bug?

2008-05-16 Thread Mats
I'm trying to run pyuic4 against a ui file with a QMdiArea widget in it and get the following error: Unknown Qt widget: QMdiArea A ui file without any QMdiArea will work just fine. I've tried with PyQt 4.4 rc1 and 4.4 final with the same result. Any help appreciated. Thanks in advance