summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativegridview/data/gridview3.qml
blob: f108e3ddd7a72132a6bcabdc0b0f007ba59e50be (plain)
1
2
3
4
5
6
import Qt 4.7

GridView {
    anchors.fill: parent
    width: 320; height: 200
}