1 import Test 1.0
2 import Qt 4.7
3 MyCustomParserType {
4 propa: a + 10
5 propb: Math.min(a, 10)
6 propc: MyPropertyValueSource {}
7 onPropA: a
8 }