Skip to content

Shimmer

Skeleton shimmer placeholder.

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

Category: Status & feedback · Library: v2.80

← Component index

Gallery: Shimmersrc/gallery/pages/ShimmerPage.qml

Extends Control.

Example

Shimmer {
    id: shim
    width: 200; height: 16
    active: true
}
// --- API ---
// shim.active

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):

  • padding
  • font
  • background / contentItem

Generated from module sources by scripts/generate_component_docs.py — do not edit by hand.