Uploaded image for project: 'Qt 3D Studio'
  1. Qt 3D Studio
  2. QT3DS-111 C++ and QML API for Runtime 2.x
  3. QT3DS-1487

SubPresentationSettings and inline QML subpresentations

    XMLWordPrintable

Details

    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: ""
                              }
                          }
                      ]
                  }
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            lagocs Laszlo Agocs
            lagocs Laszlo Agocs
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes