Jim Bublitz wrote:

On Friday 10 February 2006 06:33, Mikhail Yarmish wrote:
Andreas Pakulat wrote:
On 10.02.06 13:08:48, Mikhail Yarmish wrote:
Could somebody recommend some nice, small programs writed in PyKDE(Qt)
to learn some base things?
Both come with examples-directories.

Andreas
Yeah, thanks! I didn't think about look into it =)
One more question - is there any way to convert kde's ui's maked in
QtDesigner like simple qt's? I mean with pyuic.
Or there is some more right way? Examples mostly was needed to look how
to do that.

pykdeuic is in the PyKDE/contrib directory and should install in your PATH when you install PyKDE (somewhere like /usr/bin or /usr/local/bin), If not, let me know.

It's just a wrapper around pyuic that does a few substitutions, like changing QApplication to KApplication.

Jim

_______________________________________________
PyKDE mailing list    [email protected]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Ah. I didn't know about another converter. But at my system that is kdepyuic and it really is somewhere in the PATH.

_______________________________________________
PyKDE mailing list    [email protected]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to