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

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