Shimmer¶
Skeleton shimmer placeholder.
import QWinUI3.Extras · src/extras/QWinUI3/Extras/Shimmer.qml
Category: Status & feedback · Library: v2.80
Gallery: Shimmer — src/gallery/pages/ShimmerPage.qml
Extends Control.
Example¶
Notes¶
Loading placeholder shimmer; active enables the animation.
API¶
Properties¶
| Name | Type | Description |
|---|---|---|
cornerRadius |
real |
Corner radius |
active |
bool |
Active state |
isActive |
alias |
Active / animating state |
shape |
int |
Shape variant |
durationMs |
int |
Auto-dismiss duration; 0 keeps open |
baseColor |
color |
Base / track color |
sheenColor |
color |
Sheen / highlight color |
direction |
int |
Qt.Horizontal | Qt.Vertical |
Signals¶
No custom signals (use inherited signals from the base type).
Methods¶
No custom methods (use inherited methods from the base type).
Inherited from Control¶
Also available (base type / Qt Quick Controls):
paddingfontbackground/contentItem
Generated from module sources by scripts/generate_component_docs.py — do not edit by hand.