Details
-
Task
-
Resolution: Done
-
P1: Critical
-
Qt 3D Studio 1.1 Alpha
-
None
Description
Fully qualified means that when referring to properties defined in another element, always specify the parent element of the property. E.g. you have property string myString in the root element which has id myRoot. Always refer to this property as myRoot.myString from outside the root element, even though it is legal in QML to refer to it as myString from anywhere. This will make examples more tooling friendly.