Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativeloader / data / NoResize.qml
1 import QtQuick 1.0
2
3 Item {
4     width: 200; height: 80
5     Loader {
6         source: "Rect120x60.qml"
7     }
8 }