Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativestates / data / urlResolution.qml
1 import QtQuick 1.0
2 import "Implementation"
3
4 Rectangle {
5     width: 100
6     height: 200
7
8     MyType {
9         objectName: "MyType"
10         anchors.fill: parent
11     }
12 }