Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativelistview / data / orientchange.qml
1 import QtQuick 1.0 
2
3 ListView {
4     width: 240; height: 320
5     delegate: Rectangle { objectName: "wrapper"; width: 80; height: 80 }
6     model: 100
7 }