DEBSOURCES
Skip Quicknav
sources / qtdeclarative-opensource-src-gles / 5.15.17%2Bdfsg-1 / 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 } }