[PyKDE] kdepyuic broken
Marc Schmitt
littlewisp at gmx.net
Wed Oct 16 20:13:01 BST 2002
On Mittwoch, 16. Oktober 2002 19:00, Jim Bublitz wrote:
> It doesn't really do much - I'm surprised it causes that much
> trouble. I'm not sure what's involved in getting pyuic to add the
> kdecore/kdeui imports (or more importantly not add them for
> non-PyKDE stuff).
What about (metacode)
if widgetName[0]=='Q':
add ("from qt import *")
if widgetName[0]=='K':
add ("from kde import *")
?
(Not really this one, but some sort of simple namechecking ?)
:)
More information about the PyQt
mailing list