import QtQuick 2.9
Item {
width: 100
height: 100
MouseArea {
id: mouseArea
objectName: "mouseArea"
anchors.fill: parent
}