Details
-
Technical task
-
Resolution: Done
-
P2: Important
-
None
Description
QML subpresentations do not always come from a .qml file via the .uia. They can also be specified in-line inside the Studio3D element, for example:
SubPresentationSettings { qmlStreams: [ QmlStream { presentationId: "embeddedQmlScene" Loader { id: embeddedQmlSceneLoader active: false source: "" } } ] }