1 2 3 4 5 6 7 8 9
pragma Strict import QtQml QtObject { id: self property int ppp: 3 property int ppp2: ppp * 3 property int ppp3: self.ppp * 4 }