summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelistview/data/orientchange.qml
blob: 4d84f2977fd88484eeb124faa9f202d805f51332 (plain)
1
2
3
4
5
6
7
import QtQuick 1.0

ListView {
    width: 240; height: 320
    delegate: Rectangle { objectName: "wrapper"; width: 80; height: 80 }
    model: 100
}