Rectangle { property String color: "red" property Int width: 300 property Int height: 200 Rectangle { property String color: "blue" property Int width: 100 property Int height: 100 anchors { top: 50 left: 50 } } }