[PyKDE] Designer Plugin

Roland Schulz mail at r2s2.de
Wed Oct 1 22:50:00 BST 2003


Hey,

Am Mittwoch, 1. Oktober 2003 18:18 schrieb Peter Osborne:
> Cool, how do I compile & install this?
qmake plugin.pro
make
cp *.so *.py $QTDIR/plugins/designer

Like I said, this is good for testing only. And please report any problems/
ideas.

regards
Roland

> On October 1, 2003 10:56 am, Roland Schulz wrote:
> > Hey,
> >
> > I got the lib to write Designer Plugins in Python partly working. After
> > compiling just copy the lib and the .py files to $QTDIR/plugins/designer.
> > This is a very first alpha version, so don't be to surprised getting
> > segfaults all the time. At least here it works without crashing ;-).
> > There is one big problem left. The MetaObject doesn't seem to work
> > correctly yet in PyQt objects. Calling the className method one gets the
> > name of the inherited C++ class and not the name of the Python class. I
> > guess this causes the problem, that the preview doesn't work. Also of
> > course the properties don't work yet.
> >
> > regards
> > Roland
>
> _______________________________________________
> PyKDE mailing list    PyKDE at mats.imk.fraunhofer.de
> http://mats.imk.fraunhofer.de/mailman/listinfo/pykde




More information about the PyQt mailing list