aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick1/qdeclarativestates/data/urlResolution.qml
blob: 743f5404b077ed3d3845ad0b2832942dcc66a7c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
import QtQuick 1.0
import "Implementation"

Rectangle {
    width: 100
    height: 200

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