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

Rectangle {
    width: 100
    height: 200

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