[PyKDE] Qt Designer + PyQt

Jonathan Gardner jgardn at alumni.washington.edu
Mon Mar 11 09:17:56 GMT 2002


On Sun, Mar 10, 2002 at 06:57:14PM -0500, Yannick Gingras wrote:
> 
> Is it possible to add custom widgets written in python to Qt Designer ?
> 

Yes, yes, yes, and yes.

The only thing that is weird is the name of the header. For instance, if
I keep a widget named MyWidget in a module named MyModule.py, then I
would tell Qt Designer that MyWidget is in MyModule.h. Other than that,
I have had no problems with it. Pyuic interprets everything correctly,
and things run smoothly.

Jonathan




More information about the PyQt mailing list