MenuFlyoutItem¶
Menu row with glyph and accelerator text.
import QWinUI3.Extras · src/extras/QWinUI3/Extras/MenuFlyoutItem.qml
Category: Dialogs & flyouts · Library: v2.80
Gallery: MenuFlyoutItem — src/gallery/pages/MenuFlyoutItemPage.qml
Extends MenuItem.
Example¶
Notes¶
MenuFlyout row; text + optional symbol; onClicked / triggered.
API¶
Properties¶
| Name | Type | Description |
|---|---|---|
symbol |
var |
FluentIcons symbol (preferred over iconGlyph) |
iconGlyph |
string |
Raw Fluent glyph string fallback |
keyboardAcceleratorText |
string |
Accelerator caption (Ctrl+C) |
keyVisualAccelerator |
bool |
When true, render accelerator as KeyChordVisual chrome instead of plain text. |
iconColor |
color |
Icon color |
effectiveIconGlyph |
string |
Resolved glyph string |
Signals¶
No custom signals (use inherited signals from the base type).
Methods¶
No custom methods (use inherited methods from the base type).
Inherited from MenuItem¶
Also available (base type / Qt Quick Controls):
texttriggered()
Generated from module sources by scripts/generate_component_docs.py — do not edit by hand.