1 2 3 4 5 6 7 8 9
pragma Strict import QtQuick Item { id: outer PropertyChanges { outer.x: 15 + 12 } }