Re: [PyKDE] pyuic and KDE widgets

2006-02-15 Thread Mikhail Yarmish
Glen W. Mabey wrote: 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

[PyKDE] pyuic and KDE widgets

2006-02-15 Thread Glen W. Mabey
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'