import Test 1.0 import QtQuick 2.0 MyContainer { Component { id: myComponent MyQmlObject { value: 11 } } }