add list bridge

This commit is contained in:
王劲鹏
2021-06-11 17:59:29 +08:00
committed by osborn
parent 5203113e40
commit 738566e043
5 changed files with 28 additions and 0 deletions

View File

@@ -45,4 +45,9 @@ ListView {
console.log(tag, uuid + " onCurrentIndexChanged: " + this.currentIndex)
}
delegate: Rectangle {
Component.onCompleted: {
// listBridge.getItemModel(index)
}
}
}