Re: [PyKDE] PyQt4: seg fault with QGradient

2006-02-13 Thread Patrick Stinson
I realize that that might not help your very much, sorry. If it works for you maybe its just my machine. that isn't a very functional way to use QGradient anyway, so maybe save that for later.On 2/13/06, Patrick Stinson <[EMAIL PROTECTED]> wrote: from PyQt4.QtGui import * b = QBrush(QGradient()) I

Re: [PyKDE] PyQt4: seg fault with QGradient

2006-02-13 Thread Phil Thompson
On Wednesday 08 February 2006 12:17 am, Patrick Stinson wrote: > QBrush(QGradient()) seg faults. Works for me. If you still have a problem then send me a complete script that demonstrates the problem. Phil ___ PyKDE mailing listPyKDE@mats.imk.frau

Re: [PyKDE] Re: QEvent.User

2006-02-13 Thread Phil Thompson
On Thursday 09 February 2006 10:04 pm, Patrick Stinson wrote: > Also, QEvent() won't tak an integer as an argument, only a > PyQt4.QtCore.QEvent.Type object, and you are supposed to be able to use a > range between QEvent.User and QEvent.MaxUser. > > Python 2.4.2 (#1, Dec 13 2005, 10:02:01) > [GCC

Re: [PyKDE] QEvent.User

2006-02-13 Thread Phil Thompson
On Thursday 09 February 2006 9:22 pm, Patrick Stinson wrote: > I show QEvent.User as > > Shouldn't it be PyQt4.QtCore.QEvent.Type? No. type() returns the module name (PyQt4.QtCore) and the type name (Type). It doesn't include the type's enclosing scope if it has one. Phil _

Re: [PyKDE] PyQt(4) development environment for windows

2006-02-13 Thread Andreas Pakulat
On 13.02.06 11:32:21, Thomas Muders wrote: > On 2/13/06, Andreas Pakulat <[EMAIL PROTECTED]> wrote: > > Hi, > > > > what do you guys use for development of PyQt4 apps on windows? I'd use > > eric3 there too, but I think that's impossible due to a lack of a "free" > > as in beer PyQt3 version for wi

Re: [PyKDE] PyQt(4) development environment for windows

2006-02-13 Thread Thomas Muders
Hi, On 2/13/06, Andreas Pakulat <[EMAIL PROTECTED]> wrote: > Hi, > > what do you guys use for development of PyQt4 apps on windows? I'd use > eric3 there too, but I think that's impossible due to a lack of a "free" > as in beer PyQt3 version for windows, right? > you should maybe take a look at t