Quick.Controls.Material T.MenuSeparator { id: control implicitWidth: Math.max(implicitBackgroundWidth + leftInset + rightInset, implicitContentWidth + leftPadding + rightPadding) implicitHeight: Math.max(implicitBackgroundHeight + topInset + bottomInset, implicitContentHeight + topPadding + bottomPadding) verticalPadding: 8 contentItem: Rectangle { implicitWidth: 200 implicitHeight: 1 color: control.Material.dividerColor } }