Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativeloader / data / Rect120x60.qml
1 import QtQuick 1.0
2
3 Rectangle {
4     width: 120
5    height:60
6 }