AppBarSeparator¶
Thin separator for CommandBar / AppBar rows.
import QWinUI3.Extras · src/extras/QWinUI3/Extras/AppBarSeparator.qml
Category: Buttons & commands · Library: v2.80
Gallery: AppBarSeparator — src/gallery/pages/AppBarSeparatorPage.qml
Extends Control.
Example¶
CommandBar {
AppBarButton { text: qsTr("Add"); symbol: FluentIcons.Add }
AppBarSeparator { }
AppBarButton { text: qsTr("Share"); symbol: FluentIcons.Share }
}
Notes¶
Thin vertical/horizontal separator between AppBarButton items.
API¶
Properties¶
| Name | Type | Description |
|---|---|---|
orientation |
int |
Qt.Horizontal or Qt.Vertical |
thickness |
real |
Donut ring thickness |
separatorColor |
color |
Separator color |
margin |
real |
Outer margin |
Signals¶
No custom signals (use inherited signals from the base type).
Methods¶
No custom methods (use inherited methods from the base type).
Inherited from Control¶
Also available (base type / Qt Quick Controls):
paddingfontbackground/contentItem
Generated from module sources by scripts/generate_component_docs.py — do not edit by hand.