17 objectName: "menuSectionLabel"
18 readonly
property int _menuContentType: 3
21 property string text:
""
23 implicitWidth: label.implicitWidth + MD.Tokens.menu.verticalSectionLabelLeadingSpace
24 + MD.Tokens.menu.verticalSectionLabelTrailingSpace
25 implicitHeight: MD.Tokens.menu.verticalSectionLabelHeight
28 Accessible.role: Accessible.StaticText
33 objectName:
"menuSectionLabelText"
34 anchors.left: parent.left
35 anchors.right: parent.right
36 anchors.verticalCenter: parent.verticalCenter
37 anchors.leftMargin: MD.Tokens.menu.verticalSectionLabelLeadingSpace
38 anchors.rightMargin: MD.Tokens.menu.verticalSectionLabelTrailingSpace
40 typescale: MD.Tokens.typescale.labelLarge
41 color: control.MD.Style.onSurfaceVariantColor
42 horizontalAlignment: control.LayoutMirroring.enabled ? Text.AlignRight : Text.AlignLeft
43 elide: Text.ElideRight