Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Is there a way to expose multiple context objects from CPP to QML?
I know I can expose one with setContextProperty( "Obj1", obj1 ) Can I "addAnotherContextProperty"?
Or the proper way to do it is to aggregate multiple objects into one "master" and expose it?
Well, on the second thought, I can register a new qml type...