import QtQuick Rectangle { id: root width: 200 height: 200 color: "red" }