FrameStatsBadge¶
compact FPS readout for StandardTitleChrome.rightHeader (PlatformTitleBar slot before caption buttons — not TitleBar.rightHeader).
import QWinUI3.Platform · src/platform/QWinUI3/Platform/FrameStatsBadge.qml
Category: Platform · Library: v2.80
Extends Label.
Example¶
StandardTitleChrome {
rightHeader: FrameStatsBadge { }
}
Requires FrameStatsMonitor.attachWindow(window) and FrameStatsMonitor.enabled.
API¶
Properties¶
| Name | Type | Description |
|---|---|---|
readoutText |
string |
— |
Signals¶
No custom signals (use inherited signals from the base type).
Methods¶
No custom methods (use inherited methods from the base type).
Generated from module sources by scripts/generate_component_docs.py — do not edit by hand.