1 2 3 4 5 6 7 8 9 10 11
import QtQuick Rectangle { Item { id: child property real a: parent.radius } property real a: child.a radius: 77 }