Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
QDS 4.1
-
None
-
1
-
269738d7e (qds/dev)
-
QDS Oulu - 2023 Week 9/10
Description
In Qt 6.5, QtQuick3D importer by default creates vector3D properties as foobar: Qt.vector3d(1,2,3), but QDS expects them to be foobar.x: 1 etc. "Design Studio Compatibility Mode" import option was added to support these and also the special case of position property handling. This option should be set by default by design studio and hidden from options presented to user.