DEBSOURCES
Skip Quicknav
sources / qtdeclarative-opensource-src / 5.3.2-4~bpo70%2B4 / tests / auto / qml / debugger / qqmlprofilerservice / data / signalSourceLocation.qml
123456789
import QtQuick 2.0 Rectangle { width: 400 height: 400 onWidthChanged: console.log(width); Component.onCompleted: width = 500; }