[PyKDE] Problem with layout iterators

Giovanni Bajo rasky at develer.com
Sat Jul 9 17:03:37 BST 2005


Phil Thompson <phil at riverbankcomputing.co.uk> 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




More information about the PyQt mailing list