[PyKDE] pyuic

Phil Thompson phil at river-bank.demon.co.uk
Sat Dec 2 15:11:15 GMT 2000


> Benjamin SAUTHIER wrote:
> 
> I'm using PyQt 2.2 with Qt 2.2.1 on SGI
> 
> Concerning the use of PyQt I'm totally satisfied. I found it easy to
> program and
> fast in use. But still I wanted to give out info on some few bugs.
> 
> I'm using a lot pyuic, which saves me much time.
> concerning possible "bugs" for pyuic I found
> I have to write in designer \' instead of ' so not to interpret this
> caracter
> QWhatsthis is not properly translated. pyuic writes widget instead of
> self.widget in the functionQWhatsthis call
> In use the  Whatsthis? call (trough SHIFT-F1 if think) makes the
> program abort.
> 
> I tried to build custom widget with custom slots. and I
> found it work well with pyuic if I do the 2 following things after
> launching
> pyuic so to make it work
> - add the "from CustomWidget import *" in the py file
> - change the syntax for connections, SLOT('fn()') becomes
> CustomWidget.fn (a python slot)

Can you send me small .ui file that demonstrates the problems?

Phil




More information about the PyQt mailing list