import QtQuick import qs.Common Rectangle { id: root color: Theme.backgroudColor border.width: 2 border.color: Theme.color2 radius: 20 }