DEBSOURCES
Skip Quicknav
sources / qtdeclarative-opensource-src / 5.11.3-4 / tests / auto / qml / qqmlecmascript / data / SubObject.qml
12345678
import QtQml 2.0 QtObject { property int testValue: -1 property int subValue; onSubValueChanged: { testValue = this.someExpression } }