Skip to content

CompactOverlayShellWindow

Always-on-top compact overlay shell.

import QWinUI3.Extras · src/extras/QWinUI3/Extras/CompactOverlayShellWindow.qml

Category: Shells & windows · Library: v2.80

← Component index

Extends ShellWindow.

Example

CompactOverlayShellWindow {
    id: pip
    title: qsTr("Now playing")
    width: 320; height: 180
}
// --- API ---
// always-on-top compact overlay presenter

Notes

Always-on-top compact overlay shell (PiP-style presenter).

API

Properties

No additional properties beyond the base type.

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.