import QtQuick 1.0 QtObject { function testFunction() { return 19; } function testFunction2() { return 18; } }