Hi,

is there any existing or planned property-support? I've got a class that essentially looks like this:

class Foo {
public:
   SomeType Name[Size];
};


So the Name-property is part of the public API. I'd like to access that using

foo_instance.Name

instead of introducing a getter/setter-pair. Any suggestions?

Regards,

diez
_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to