pragma Strict import QtQuick Item { id: outer PropertyChanges { outer.x: 15 + 12 } }