DEBSOURCES
Skip Quicknav
sources / qtdeclarative-opensource-src / 5.15.8%2Bdfsg-3 / tests / auto / quick / qquickstates / data / urlResolution.qml
123456789101112
import QtQuick 2.0 import "Implementation" Rectangle { width: 100 height: 200 MyType { objectName: "MyType" anchors.fill: parent } }