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