import Qt 4.7

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