Details
-
Task
-
Resolution: Done
-
P2: Important
-
None
Description
All the property of the root item are part of the main context.
import QtQuick 1.0
Item {
property int value
Children
{ [...]}}
Now the property value is directly accessible from all children of Item.
We should support this since it is quite common to define some default margins etc. in the root item.