This commit is contained in:
朱子楚\zhuzi
2024-05-10 19:20:01 +08:00
parent e6c4b79298
commit cd3abc01e9
3 changed files with 21 additions and 17 deletions

View File

@ -905,7 +905,9 @@ Rectangle {
}
}
Repeater{
model: control.columnSource
Component.onCompleted: {
model = control.columnSource
}
delegate: FluLoader{
id: item_layout_frozen
readonly property int _index : model.index