TreeViewDelegate¶
Fluent TreeView row with chevron expand / indent.
import QtQuick.Controls.QWinUI3 · src/style/QWinUI3/TreeViewDelegate.qml
Category: Styled controls · Library: v2.80
Example¶
TreeView {
id: tree
model: treeModel
delegate: TreeViewDelegate { }
}
// --- API ---
// inherits TreeViewDelegate: treeView, expanded, depth, indentation, isTreeNode, hasChildren
// Accessible.name from display text; description includes expand + level (1.33)
Notes¶
Style-only Fluent chrome for Qt Quick Controls TreeViewDelegate. Public API is the Qt Quick Controls TreeViewDelegate type; this file supplies visuals/metrics only. Hierarchy recipe: docs/tree-data.md (1.33).
API¶
Properties¶
| Name | Type | Description |
|---|---|---|
row |
int |
— |
model |
var |
Data model |
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.