[PyKDE] Reimplementing virtual functions (in python?) for a
GUI class
Phil Thompson
phil at riverbankcomputing.co.uk
Wed Jun 8 13:49:14 BST 2005
>
> 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
More information about the PyQt
mailing list