Details
-
Task
-
Resolution: Done
-
P1: Critical
-
QDS 1.3.0
-
None
Description
We need proper QQuick3DObject support in the QML designer
At this point in time we do not really differentiate between QQuick3DObject
and QQuickItem.
The semantic layer of the model has to properly distinguish between
QQuick3DObject and QQuickItem. Both types are mostly equivalent, have states, parent, children etc.
At the moment QQuick3DObjects 'pretend' to be QQuickItems which is a hack.
We have to extend the class hierarchy there and introduce a 'visible' item that contains the shared properties of both QQuick3DObjects and QQuickItems.