[PyKDE] getting jpeg into QImage

2006-09-15 Thread Dave S
Hi all, I need to add a large company logo as the backdrop to my QTable. Googling I managed to work out that I need something like ... m = QImage(file ??) self.table1.setPaletteBackgroundPixmap(Qpixmap(m.scale(max W, max H, Qimage.ScaleMax)) My problem - how do I get a file into QImage ? The o

[PyKDE] PyQt4/win32 crash

2006-09-15 Thread K.S.Sreeram
[Qt-4.1.4, sip-4.4.5, PyQt-4.0.1, Python-2.4.3, MSVC-7.1] Hi all, I've been facing a random crash in my app for sometime, and i've got it down to a simple test program. Run the attached script, click "Click Me" and close the newly opened window, and it crashes! I used debug builds and poked arou

[PyKDE] PyQt4/win32 crash

2006-09-15 Thread K.S.Sreeram
[Qt-4.1.4, sip-4.4.5, PyQt-4.0.1, Python-2.4.3, MSVC-7.1] Hi all, I've been facing a random crash in my app for sometime, and i've got it down to a simple test program. Run the attached script, click "Click Me" and close the newly opened window, and it crashes! I used debug builds and poked arou

Re: KDE 4 (was: [PyKDE] PyQt 4 on openSUSE)

2006-09-15 Thread Phil Thompson
On Wednesday 13 September 2006 7:52 pm, Simon Edwards wrote: > On Wednesday 13 September 2006 14:28, Phil Thompson wrote: > > > On Tuesday 12 September 2006 13:02, Phil Thompson wrote: > > >> One thing you need to check is that you can install kdebindings3 (ie. > > >> PyQt3 using SIP3) and kdebindi

Re: [PyKDE] PyQt4 Segmentation Fault

2006-09-15 Thread Phil Thompson
On Friday 15 September 2006 4:03 pm, Chris Dunscombe wrote: > Hi, > > I currently porting a working app from PyQt3 - PyQt4. > > I get a segmentation fault after the window.show() but before app.exec_() > in the initialisation script. The main window starts to appear and then > crashes with a segmen

[PyKDE] PyQt4 Segmentation Fault

2006-09-15 Thread Chris Dunscombe
Hi, I currently porting a working app from PyQt3 - PyQt4. I get a segmentation fault after the window.show() but before app.exec_() in the initialisation script. The main window starts to appear and then crashes with a segmentation fault. Any ideas on how to start finding the root cause of the

Re: [PyKDE] Re: PyQt shared memory?

2006-09-15 Thread Andreas Pakulat
On 14.09.06 22:25:51, Phil Thompson wrote: > > On 14.09.06 22:07:09, Wolfgang Keller wrote: > >> On Thu, 14 Sep 2006 18:21:49 +0200, Andreas Pakulat wrote > >> (in article <[EMAIL PROTECTED]>): > >> > >> > On 14.09.06 16:23:22, Wolfgang Keller wrote: > >> >> Hello, > >> >> > >> >> does PyQt include