Same as QML Reference Manager except with data being passed from Python to QML, as a "context property".
Context properties are inserted into the global namespace of QML, the name ("myModel") is directly accessible from any QML file, and the object can be any Python object.