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 _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.gmd.de/mailman/listinfo/pykde
