Skip to content

Skeleton

Form / table loading placeholder composed of Shimmer lines (2.70 B6).

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

Category: Other · Library: v2.80

← Component index

Extends Control.

Example

Skeleton {
    rows: 4
    lineHeight: 14
    active: button.loading
}

// --- API ---
// rows, lineHeight, spacing, active / isActive, showAvatar

Notes

Handoff pattern: Button.loading → ProgressRing for determinate → Skeleton/Shimmer for lists.

API

Properties

Name Type Description
rows int
lineHeight real
lineSpacing real
showAvatar bool
avatarSize real
active bool
isActive alias

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.