Re: [PyKDE] QPixmap problem under Windows?

2005-07-22 Thread Phil Thompson
On Friday 22 July 2005 4:19 pm, Erik Åldstedt Sund wrote: > On Fri, Jul 22, 2005 at 10:42:59AM -0400, Andrew Bushnell wrote: > > Erik Åldstedt Sund wrote: > > >Hi, > > > > > >We've got a problem which we hope some of you have at least seen > > >before, or maybe even know how to solve... When we run

Re: [PyKDE] QPixmap problem under Windows?

2005-07-22 Thread Erik Åldstedt Sund
On Fri, Jul 22, 2005 at 10:42:59AM -0400, Andrew Bushnell wrote: > > > Erik Åldstedt Sund wrote: > > >Hi, > > > >We've got a problem which we hope some of you have at least seen > >before, or maybe even know how to solve... When we run our unittest > >suite under Windows we get the following war

Re: [PyKDE] QPixmap problem under Windows?

2005-07-22 Thread Andrew Bushnell
Erik Åldstedt Sund wrote: Hi, We've got a problem which we hope some of you have at least seen before, or maybe even know how to solve... When we run our unittest suite under Windows we get the following warning/error messages from Qt: ASSERT: "src_dc && dst_dc" in kernel\qpaintdevic

[PyKDE] QPixmap problem under Windows?

2005-07-22 Thread Erik Åldstedt Sund
Hi, We've got a problem which we hope some of you have at least seen before, or maybe even know how to solve... When we run our unittest suite under Windows we get the following warning/error messages from Qt: ASSERT: "src_dc && dst_dc" in kernel\qpaintdevice_win.cpp (388) ...ASSE

Re: [PyKDE] Qt4 and uic - dynamic generation

2005-07-22 Thread Phil Thompson
> -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Jeremy Sanders schrieb: >> On Thu, 21 Jul 2005, Sebastian Kügler wrote: >> >>> Not sure if I'd like to do this ... >>> >>> * I actually like the way it is done right now, you can easily >>> subclass the >>> generated python code, and I'm not sur

Re: [PyKDE] Qt4 and uic - dynamic generation

2005-07-22 Thread Torsten Marek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jeremy Sanders schrieb: > On Thu, 21 Jul 2005, Sebastian Kügler wrote: > >> Not sure if I'd like to do this ... >> >> * I actually like the way it is done right now, you can easily >> subclass the >> generated python code, and I'm not sure how this sh

Re: [PyKDE] Qt4 and uic - dynamic generation

2005-07-22 Thread Jeremy Sanders
On Thu, 21 Jul 2005, Sebastian Kügler wrote: Not sure if I'd like to do this ... * I actually like the way it is done right now, you can easily subclass the generated python code, and I'm not sure how this should be done when using .ui files directly. Furthermore, it might add overhead to do th