add list bind function

This commit is contained in:
王劲鹏
2021-06-29 10:29:36 +08:00
committed by osborn
parent f191910cb6
commit 35b9d67de6
9 changed files with 55 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
import QtQuick 2.12
import QtQuick.Controls 2.5
import QtQuick.Layouts 1.15
import QtQuick.Layouts 1.14
import QtGraphicalEffects 1.12
import "util.mjs" as Util

View File

@@ -47,7 +47,7 @@ ListView {
delegate: Rectangle {
Component.onCompleted: {
// listBridge.getItemModel(index)
listBridge.bind(wrapper, this, index)
}
}
}