- 
     Technical task Technical task
- 
    Resolution: Done
- 
    P2: Important 
- 
    None
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: ""
                        }
                    }
                ]
            }
| For Gerrit Dashboard: QT3DS-1487 | ||||||
|---|---|---|---|---|---|---|
| # | Subject | Branch | Project | Status | CR | V | 
| 227288,8 | SubPresentationSettings and QmlStream | master | qt3dstudio/qt3d-runtime | Status: MERGED | -2 | 0 |