> > I have discovered an issue in the QTimeEdit class, Trolltech as provided > a work-around for now which re-implements a virtual function. I can do > this easily enough in C++, but how do I do it in python?
The same way as you would do it in C++. > Also, regardless of PyQt or C++, how do I use the new class in a > designer .ui file? Build a Designer plugin for it - see the Designer documentation. Phil _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
