import QtQuick 2.1 import QtQuick.Window 2.1 Window { property Item contentStuff : __contentStuff Rectangle { id: __contentStuff color: 'red' width: 200 height: 200 } }