POD MyPOD(int i, float f, QString s) class SubClass { PROP(MyPOD myPOD) } class ParentClass { CLASS subClass(SubClass) MODEL tracks(display) }