C
QmlStream QML Type
Allows streaming of QML as subpresentation. More...
Import Statement: | import QtStudio3D.OpenGL 2.8 |
Instantiates: | Q3DSQmlStream |
Properties
- item : Item
- presentationId : string
Detailed Description
See also Studio3D and Presentation.
Property Documentation
item : Item |
Contains the Item to be streamed as subpresentation.
Note: The Item width and height will be scaled up to the nearest divisible-by-four number to avoid rendering artefacts. If you wish to have pixel perfect outcome, define your QML stream items to use size that already has dimensions that are divisible by four.
presentationId : string |
Contains the presentation id of this subpresentation.
Available under certain Qt licenses.
Find out more.