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 _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
