tests/auto/declarative/qdeclarativegridview/data/gridview3.qml
changeset 30 5dc02b23752f
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
       
     1 import Qt 4.7
       
     2 
       
     3 GridView {
       
     4     anchors.fill: parent
       
     5     width: 320; height: 200
       
     6 }