summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativestates/data/urlResolution.qml
blob: 8995b5654f9966efb20df2f186cf53eeb1c29028 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
import Qt 4.7
import "Implementation"

Rectangle {
    width: 100
    height: 200

    MyType {
        objectName: "MyType"
        anchors.fill: parent
    }
}