aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick1/qdeclarativelistview/data/orientchange.qml
blob: c7aa0cd1d3d22db41ebda62d6568c5646dd8cf83 (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
}