ContentWrapper { id: Container; width: parent.width; height: contents.height children: [ Rect { width: parent.width; height: contents.height color: "white"; pen.width: 2; pen.color: "#adaeb0"; radius: 10 VerticalLayout { id: layout; width: parent.width; margin: 5; spacing: 2 Content { } } } ] }