Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.7.1
-
None
Description
In the documentation it's stated that:
It cannot refer to properties inside a hierarchy with depth 3 or greater.
However, aliases to properties that are up to two levels deep will work
property alias color: rectangle.border.color Rectangle { id: rectangle }
But this produces the error:
Invalid alias target location: color