<!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
<HTML>
<HEAD>
<META content=text/html;charset=iso-8859-1 http-equiv=Content-Type>
<META content='"MSHTML 4.72.3110.7"' name=GENERATOR>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><BR>I'm using PyQt 2.2 with Qt 2.2.1 on SGI<BR><BR>Concerning the use of
PyQt I'm totally satisfied. I found it easy to program and<BR>fast in use. But
still I wanted to give out info on some few bugs.</DIV>
<DIV> </DIV>
<DIV>I'm using a lot pyuic, which saves me much time.<BR>concerning possible
"bugs" for pyuic I found<BR>I have to write in designer \' instead of
' so not to interpret this caracter<BR>QWhatsthis is not properly translated.
pyuic writes widget instead of<BR>self.widget in the functionQWhatsthis
call<BR>In use the Whatsthis? call (trough SHIFT-F1 if think) makes the
program abort.<BR><BR><BR>I tried to build custom widget with custom slots. and
I<BR>found it work well with pyuic if I do the 2 following things after
launching<BR>pyuic so to make it work<BR>- add the "from CustomWidget
import *" in the py file<BR>- change the syntax for connections,
SLOT('fn()') becomes CustomWidget.fn (a python slot)<BR><BR>I wanted to know
concerning these remarks if they wer "bugs" or not yet<BR>implemented
functions, or if there is a good way to do it (make a fake C++ header ... for my
widget)<BR><BR><BR>Anyway, I really enjoy using the combination of Python
(easier than C++) and Qt<BR>(easy, great, well
documented).<BR><BR><BR>Thanks<BR><BR><BR>Benjamin SAUTHIER</DIV>
<DIV>FRANCE</DIV></BODY></HTML>