qt6-bb10/qtdeclarative/tests/auto/quick/qquickstates/data/urlResolution.qml

13 lines
167 B
QML

import QtQuick 2.0
import "Implementation"
Rectangle {
width: 100
height: 200
MyType {
objectName: "MyType"
anchors.fill: parent
}
}