summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/declarative/content.qml
blob: be04c6e609e9c185f686695ce9f3f6c81a94d69f (plain)
1
2
3
4
5
6
GroupBox {
    content: [
        Text { text: "First Item" }
        Text { text: "Second Item" }
    ]
}