import QtQuick 2.11
Rectangle {
objectName: "rootItem"
color: "white"
width: 800
height: 600
RegTestComponent {
objectName: "testComponent"
}