import Qt 4.6 Column { Text { text: "foo" anchors.fill: parent } Text { text: "bar" } }