import Qt 4.6 Object { function testFunction() { return 19; } property int test: testFunction() }