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:
@ -13,11 +13,8 @@ Page {
|
||||
|
||||
model: mainModel
|
||||
|
||||
delegate: ListItemDelegate {}
|
||||
highlight: Rectangle {
|
||||
color: wccLavenderDefault
|
||||
radius: 5
|
||||
}
|
||||
// delegate: ListItemDelegate {}
|
||||
delegate: ExpandableItemDelegate {}
|
||||
|
||||
header: bannercomponent
|
||||
footer: Rectangle {
|
||||
|
||||
Reference in New Issue
Block a user