[PyKDE] KParts

David Boddie david at boddie.org.uk
Mon Sep 29 19:36:01 BST 2003


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.html

and have been trying to produce a Python equivalent. At the moment I'm stuck
where the author casts a QObject to a KHTMLPart. I presume that there's a way
of pursuading PyKDE/sip to give me a Python KHTMLPart from the Python QObject
I receive but I'm beginning to get concerned that it's only possible to do
this in C++. Still, that hopefully wouldn't be so hard to implement.

David




More information about the PyQt mailing list