DEBSOURCES
Skip Quicknav
sources / qtdeclarative-opensource-src / 5.15.8%2Bdfsg-3 / tests / auto / qml / qqmlconnections / data / bindings / test-connection-implicit.qml
123456789
import QtQuick 2.0 Item { width: 50 property bool tested: false Connections { onWidthChanged: tested = true } }