Using a expandable list item as delegate. (adapted Qt example: https://doc.qt.io/qt-6/qtquick-views-example.html)

Icons not working yet!
This commit is contained in:
2026-03-07 11:02:35 +01:00
parent 5b9f796a6f
commit dc8a4683db
3 changed files with 220 additions and 7 deletions

View File

@ -13,11 +13,8 @@ Page {
model: mainModel
delegate: ListItemDelegate {}
highlight: Rectangle {
color: wccLavenderDefault
radius: 5
}
// delegate: ListItemDelegate {}
delegate: ExpandableItemDelegate {}
header: bannercomponent
footer: Rectangle {