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

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