Phil Thompson <[EMAIL PROTECTED]> wrote: > How? Qt doesn't provide the type information that would be needed to do > this.
Can't you pretend all those virtual functions are pure, so that they're invoked virtually? At least the iterator will work correctly, even if Python doesn't know its real type. -- Giovanni Bajo _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
