PointerCursor¶
Hover cursor affordance for styled controls (2.66 M8).
import QWinUI3.Theme · src/theme/QWinUI3/Theme/PointerCursor.qml
Category: Theme · Library: v2.80
Extends HoverHandler.
Example¶
Notes¶
Qt Quick Templates (T.TextField, T.Button, …) do not expose cursorShape; use this HoverHandler wrapper instead of assigning on the control root.
API¶
Properties¶
| Name | Type | Description |
|---|---|---|
shape |
int |
— |
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.