[PyKDE] In searching of examples
Jim Bublitz
jbublitz at nwinternet.com
Fri Feb 10 17:24:33 GMT 2006
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
More information about the PyQt
mailing list