import QtQuick 1.0 Item { width: 100 height: 100 Rectangle { anchors.fill: parent color: "red" border.color: "black" border.width: 5 radius: 10 } }