pragma ComponentBehavior: Bound import QtQuick import qs.Common Rectangle { width: parent?.width ?? 0 height: 1 color: Theme.outline opacity: 0.15 }