WindowShellContentClip¶
inset / clip helper for Linux client-shell bottom corners.
import QWinUI3.Platform · src/platform/QWinUI3/Platform/WindowShellContentClip.qml
Category: Platform · Library: v2.80
Extends Item.
Example¶
WindowShellContentClip {
targetWindow: window
Page { anchors.fill: parent }
}
When clientShellDecoration is active and the window is not maximized, applies side/bottom
insets equal to shellCornerRadius() so content does not bleed through rounded frame corners.
Prefer this wrapper for full-bleed pages (NavigationView, ListView backgrounds).
API¶
Properties¶
| Name | Type | Description |
|---|---|---|
targetWindow |
var |
— |
content |
alias |
— |
clipActive |
bool |
— |
contentInset |
real |
— |
Signals¶
No custom signals (use inherited signals from the base type).
Methods¶
No custom methods (use inherited methods from the base type).
Inherited from Item¶
Also available (base type / Qt Quick Controls):
width/heightvisibleanchors
Generated from module sources by scripts/generate_component_docs.py — do not edit by hand.