import QtQuick 2.0 Rectangle { objectName: "red" width: 100 height: 100 color: "red" }