Added an editable item delegate. Only Factor plus/minus button are working for now. (based on https://doc.qt.io/qt-6/qtquick-views-example.html as well)

This commit is contained in:
2026-03-09 07:51:16 +01:00
parent ab5f9b1952
commit 609f777d13
10 changed files with 220 additions and 8 deletions

View File

@ -12,9 +12,11 @@ Page {
clip: true
model: mainModel
delegateModelAccess: DelegateModel.ReadWrite
// delegate: ListItemDelegate {}
delegate: ExpandableItemDelegate {}
// delegate: ExpandableItemDelegate {}
delegate: EditableItemDelegate {}
header: bannercomponent
footer: Rectangle {