[PyKDE] qglobal.h

2003-09-29 Thread Roland Schulz
Hey, is there a way to call the functions from qglobal.h (in my case qInstallPath()) through PyQt? regards Roland ___ PyKDE mailing list[EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Re: [PyKDE] KParts

2003-09-29 Thread David Boddie
On Monday 29 September 2003 20:51, Jim Bublitz wrote: > On Monday September 29 2003 10:35, David Boddie wrote: > > The term KPart appears to cover a multitude of sins... > > I believe they're either KPart::ReadOnlyPart or > KPart::ReadWritePart descendants. > > KParts are also different in KOffice

[PyKDE] PyKDE-3.8rc2 compile error

2003-09-29 Thread Roland Schulz
Hey, I just tried to compile PyKDE-3.8rc2 and got the following error: g++ -c -pipe -O2 -march=i586 -mcpu=i686 -fmessage-length=0 -fPIC -w -O2 -march=i586 -mcpu=i686 -fmessage-length=0 -fPIC -D_REENTRANT -fPIC -DSIP_MAKE_MODULE_DLL -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPP

Re: [PyKDE] KParts

2003-09-29 Thread Jim Bublitz
On Monday September 29 2003 10:35, David Boddie wrote: > On Sun, 28 Sep 2003 10:17:04, "Ted Shab" wrote: > > Has anyone written a KPart from PyKDE? Is it > > straightforward? What are the major issues? > The term KPart appears to cover a multitude of sins... I believe they're either KPart::Read

Re: [PyKDE] PyKDE update

2003-09-29 Thread Gordon Tyler
David Boddie wrote: On Sun, 28 Sep 2003 22:38:39, Jim Bublitz wrote: If anyone's urgently in need of the next PyKDE release, or has any other input, please speak up. I can put totgether another rc release (more like a snapshot) in a few days if necessary. Is there any way to cast Python QObjec

Re: [PyKDE] PyKDE update

2003-09-29 Thread Jim Bublitz
On Monday September 29 2003 10:38, David Boddie wrote: > On Sun, 28 Sep 2003 22:38:39, Jim Bublitz wrote: > > If anyone's urgently in need of the next PyKDE release, or > > has any other input, please speak up. I can put totgether > > another rc release (more like a snapshot) in a few days if > > n

Re: [PyKDE] PyKDE update

2003-09-29 Thread Jim Bublitz
On Monday September 29 2003 02:52, Roland Schulz wrote: > I had to many tests at university to look at getting > QtDesigner Plugins to work. Has someone taken a look at it in > the meantime? Any advices how I should starting this now that > I have a little bit of time? I believe someone else on t

Re: [PyKDE] PyKDE update

2003-09-29 Thread David Boddie
On Sun, 28 Sep 2003 22:38:39, Jim Bublitz wrote: > If anyone's urgently in need of the next PyKDE release, or has > any other input, please speak up. I can put totgether another rc > release (more like a snapshot) in a few days if necessary. Is there any way to cast Python QObject instances to ot

Re: [PyKDE] KParts

2003-09-29 Thread David Boddie
On Sun, 28 Sep 2003 10:17:04, "Ted Shab" wrote: > Has anyone written a KPart from PyKDE? Is it straightforward? What are > the major issues? The term KPart appears to cover a multitude of sins... I looked at the example at http://developer.kde.org/documentation/tutorials/dot/writing-plugins.h

Re: [PyKDE] KParts

2003-09-29 Thread Jim Bublitz
On Sunday September 28 2003 10:17, Ted Shab wrote: > Has anyone written a KPart from PyKDE? I doubt it. > Is it straightforward? Not yet. > What are the major issues? There are two issues - you need to embed Python, and you need to create a .so lib that includes the factory function (don't

Re: [PyKDE] QTextEdit and clickable links

2003-09-29 Thread Sundance
I heard Sundance said: > Is there any way to do it that I may not be aware of? Okay, found it. Here's how I did, as a reference in case someone else has the same problem later on. :) The standard behavior of a QTextEdit's content widget (that you obtain with the viewport() method), is to have

Re: [PyKDE] PyKDE update

2003-09-29 Thread Gordon Tyler
On September 29, 2003 01:38 am, Jim Bublitz wrote: > The next release will also support KDE 3.1.4. That's already done > too, and doesn't have any major changes affecting PyKDE. Current > releases will probably build against KDE 3.1.4 as is. Good news. I've recently upgraded my machine from Debain

Re: [PyKDE] PyKDE update

2003-09-29 Thread Roland Schulz
Hey, Am Montag, 29. September 2003 07:38 schrieb Jim Bublitz: > David and I appear to have worked out a solution to the problem > of kicker loading multiple Python-based panel applets on a > restart, although it needs some cleaning up and testing. David > has also sent me code for writing KControl

[PyKDE] KParts

2003-09-29 Thread Ted Shab
Has anyone written a KPart from PyKDE? Is it straightforward? What are the major issues? Best, Ted ___ PyKDE mailing list[EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde