import QtQuick 2.0 import Test 1.0 Rectangle { id: root width: 200 height: 200 color: "black" DrawingModeItem { anchors.fill: parent } }