Details
-
User Story
-
Resolution: Out of scope
-
P2: Important
-
None
-
QDS 4.8
-
None
Description
Property editor expects properties of type QQmlListProperty<Foobar> to resolve into binding properties with expression. Currently they seem to resolve as bunch of subproperties of type Foobar.
E.g. QQuick3DModel has property "materials", which has type QQmlListProperty<QQuick3DMaterial>. Currently "materials" property is split into subproperties such as "materials.cullMode" etc. which makes no sense as it is supposed to be a list.
The old system handled these by treating them as binding properties with expressions, so maybe the project storage should treat them the same?
Attachments
Issue Links
- is required for
-
QDS-14882 Materials property combo in property view for 3D Model doesn't show the current material in project storage builds
-
- Closed
-