ListTile¶
List row: leading, title, subtitle, trailing.
import QWinUI3.Extras · src/extras/QWinUI3/Extras/ListTile.qml
Category: Collections & data · Library: v2.80
Gallery: ListTile — src/gallery/pages/ListTilePage.qml
Extends ItemDelegate.
Example¶
Notes¶
List row tile with leading symbol and trailing slot.
API¶
Properties¶
| Name | Type | Description |
|---|---|---|
title |
string |
Primary title text |
subtitle |
string |
Secondary subtitle text |
description |
alias |
Supporting description text |
symbol |
var |
FluentIcons symbol (preferred over iconGlyph) |
glyph |
string |
Fluent glyph drawn in the button |
leading |
alias |
Leading content slot |
trailing |
alias |
Trailing slot |
showChevron |
bool |
Show trailing chevron |
isSelected |
bool |
Selected state |
density |
string |
Row density: compact | normal | spacious | "" (follow Theme.density) — 2.67 A3 |
tileDensity |
alias |
Compat alias |
leadingPreset |
string |
Leading preset: "icon" (default) | "avatar" | "checkbox" | "none" — 2.67 A3 |
avatarName |
string |
Avatar initials / PersonPicture displayName when leadingPreset is avatar |
avatarSource |
url |
Avatar image source (optional) — aliases PersonPicture.imageSource |
profilePicture |
alias |
— |
effectiveGlyph |
string |
Resolved glyph string |
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.