<div>Hello everyone,</div><br><div>I'm hitting following error:</div><div>Error importing foo.bar: a maximum of 60 types may be registered with QML</div><br><div>A quick GitHub search brought me to the source of this message: <a href="https://github.com/munenyan1002/pyqt5_opensource/blob/accde571b61b10bce491812d8ae8718f147c99e4/PyQt5_gpl-5.10.2.dev1803031441/qpy/QtQml/qpyqml_register_type.cpp#L292" title="https://github.com/munenyan1002/pyqt5_opensource/blob/accde571b61b10bce491812d8ae8718f147c99e4/PyQt5_gpl-5.10.2.dev1803031441/qpy/QtQml/qpyqml_register_type.cpp#L292">https://github.com/munenyan1002/pyqt5_opensource/blob/accde571b61b10bce491812d8ae8718f147c99e4/PyQt5_gpl-5.10.2.dev1803031441/qpy/QtQml/qpyqml_register_type.cpp#L292</a><br></div><div>Is this an arbitrary limit or is there a technical reason for limiting the QML types to 60?</div><br><div>Alex</div>