WindowResizeBorder¶
Non-native resize hit edges.
import QWinUI3.Platform · src/platform/QWinUI3/Platform/WindowResizeBorder.qml
Category: Platform · Library: v2.80
Internal / support type — not part of the public Gallery surface.
Extends Item.
Example¶
WindowResizeBorder {
id: windowResizeBorder
targetWindow: root
}
// --- API ---
// methods: edgeResize(edges)
// windowResizeBorder.edgeResize(edges)
API¶
Properties¶
| Name | Type | Description |
|---|---|---|
targetWindow |
var |
Window this chrome is attached to |
thickness |
real |
Donut ring thickness |
Signals¶
No custom signals (use inherited signals from the base type).
Methods¶
| Signature | Description |
|---|---|
edgeResize(edges) |
Enable edge resize grips |
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.