Data¶
List, table, tree, and carousel data-display controls.
TableView / TableWidget¶
The high-performance table has a Rust backend (prismqml_rs, SQLite paging) for acceleration.
ListView / ListWidget¶
TreeView / TreeWidget¶
Fluent.TreeWidget {
model: [
{ text: "Engineering", expanded: true, children: [
{ text: "Frontend" }, { text: "Backend" }
]}
]
}
Carousel¶
Supports peek / slide effects, horizontal or vertical.
Avatar¶
Fluent.Avatar { source: "avatar.png"; size: 48 }
Fluent.Avatar { text: "Z"; size: 48 } // text avatar
Skin adaptation¶
Under neo: list/table/tree containers have thick black borders + hard shadows; selected list items get a light-orange background; avatars get circular black borders.