Re: [PyQt] Can't create a QImage?

2008-06-01 Thread Giovanni Bajo
On Sat, 2008-05-31 at 17:47 +0200, Piotr Antoniak wrote: Hi! I'm very new to PyQt (just started using it today) and also quite new to Qt in general... I have a problem creating a QImage. No matter what I do, it creates a null one... here's the output I get after I try to create a 10x10 QImage:

[PyQt] Can't create a QImage?

2008-05-31 Thread Piotr Antoniak
Hi! I'm very new to PyQt (just started using it today) and also quite new to Qt in general... I have a problem creating a QImage. No matter what I do, it creates a null one... here's the output I get after I try to create a 10x10 QImage: gt;gt;gt; image = qt.QImage(qt.QSize(10,10), 4) gt;gt;gt;