import QtQml QtObject { id: root property int i: 1 function prop() { return root.i } }