add list bind function
This commit is contained in:
@@ -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
|
||||
|
@@ -47,7 +47,7 @@ ListView {
|
||||
|
||||
delegate: Rectangle {
|
||||
Component.onCompleted: {
|
||||
// listBridge.getItemModel(index)
|
||||
listBridge.bind(wrapper, this, index)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user