On Wed, 20 May 2009 14:15:22 +0200, cabieces julien <[email protected]> wrote: > I need my property to be typed (Vec2 in my example) so pythonproperty would > not help.
Why not check the type in the setter? > in PyQt there is no way to define a new MetaType? No - it's template based. Phil _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
