Re: [PyKDE] PyQt4 Status Update

2005-11-16 Thread Phil Thompson
> I heard Phil Thompson said: > >> I hope to have the remaining modules complete by the end of the year. >> This might depend on the release of Qt 4.1. pyuic and QScintilla may >> take a little longer. >> >> Testing so far is virtually non-existant. > > Hello Phil, > > Do you think it would be poss

[PyKDE] Classes incorrectly marked as abstract

2005-11-16 Thread Paul F. Kunz
Starting with some recent release of SIP, some of my exposed C++ classes are being marked as abstract to Python. Obviously, some change in SIP requires that I make some changes to my .sip files. I haven't been able to figure it out. Any hints? ___

[PyKDE] overloading __str__() for wrapped class

2005-11-16 Thread Glen W. Mabey
I am trying to implement a default print method for an enum that is part of a C++ class definition. That is, given * clusty.h * * * * * #ifndef _CLUSTY_H_ #define _CLUSTY_H_ #include class clusty { public: clusty( int i ); ~clusty( ); typedef enum { STAT

Re: [PyKDE] Classes incorrectly marked as abstract

2005-11-16 Thread Phil Thompson
> Starting with some recent release of SIP, some of my exposed C++ > classes are being marked as abstract to Python. Obviously, some > change in SIP requires that I make some changes to my .sip files. I > haven't been able to figure it out. Any hints? An example would help. Phil __

Re: [PyKDE] Classes incorrectly marked as abstract

2005-11-16 Thread Paul F. Kunz
> On Wed, 16 Nov 2005 15:35:52 - (GMT), "Phil Thompson" <[EMAIL > PROTECTED]> said: >> Starting with some recent release of SIP, some of my exposed C++ >> classes are being marked as abstract to Python. Obviously, some >> change in SIP requires that I make some changes to my .sip fil

Re: [PyKDE] overloading __str__() for wrapped class

2005-11-16 Thread Phil Thompson
On Wednesday 16 November 2005 3:21 pm, Glen W. Mabey wrote: > I am trying to implement a default print method for an enum that is part > of a C++ class definition. > > That is, given > > * clusty.h * * * * * > > #ifndef _CLUSTY_H_ > #define _CLUSTY_H_ > > #include > > class

[PyKDE] Embed Dialog in Window

2005-11-16 Thread Chad Brantly
Is there any way to embed a dialog in a window? I would like to embed the font dialog in my preference window, but haven't found any way to do this. It would be easy to have a button in the preference window to open the font dialog, but I would prefer to allow the user to set the font directly in

Re: [PyKDE] Embed Dialog in Window

2005-11-16 Thread Jim Bublitz
On Wednesday 16 November 2005 11:29, Chad Brantly wrote: > Is there any way to embed a dialog in a window? I would like to embed the > font dialog in my preference window, but haven't found any way to do this. > It would be easy to have a button in the preference window to open the font > dialog,

[PyKDE] Re: Embed Dialog in Window

2005-11-16 Thread Chad Brantly
Jim Bublitz wrote: > You didn't specify whether you want to do this in PyKDE or PyQt. Sorry...need to do this in PyQt. ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde