import QtQuick 1.1 import Object 1.0 Rectangle { width: 300 height: 300 color: "red" Object { foo: "blah" } }