[PyKDE] pyuic and KDE widgets
Glen W. Mabey
Glen.Mabey at swri.org
Wed Feb 15 17:39:08 GMT 2006
Hello,
I'm using 3.15 with qt3, and I've noticed that when you include a widget
like QTable in a .ui file, that 'from qttable import QTable' gets
automatically added to the .py file that pyuic outputs.
However, when KLed is included, there is no corresponding line like
'from kdeui import KLed' that gets included. One option is of course to
add to the Form Settings 'Python:from kdeui import KLed'.
Unless I'm missing something here ...
So, I wouldn't even call this a feature request; but the post may be
useful to someone.
Glen
More information about the PyQt
mailing list