import QtQuick 2.0 QtObject { property TestType test test: TestType { property int b: 19 } }