How to add Section footer, Section summary and Grand Total in ListView
问题 Here's my ListView with section : ListView{ id: listView width: parent.width height: parent.height model: testContext.List interactive: false delegate: ItemDelegate { width: parent.width padding: 3 leftPadding: 15 rightPadding: scroll.width contentItem: RowLayout{ Text{ id: nameText text: modelData.name Layout.preferredWidth: (parent.width - scroll.width) / 3 } Text{ text: modelData.isActive Layout.preferredWidth: (parent.width - scroll.width) / 3 } Text{ text: modelData.age Layout