import QtQuick 2.0 import QtQuick.Controls 1.0 Rectangle { id: root width: 100 height: 100 color: "red" }