Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativeview / data / resizemodedeclarativeitem.qml
1 import QtQuick 1.0
2 Item {
3     width: 200
4     height: 200
5 }