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
>
>
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
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:
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
___
[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
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
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