mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-01-22 20:04:32 +08:00
update
This commit is contained in:
parent
655eff4f62
commit
402579f32a
@ -955,6 +955,16 @@ Rectangle {
|
||||
return false
|
||||
}
|
||||
sourceComponent: visible ? com_table_frozen : undefined
|
||||
onStatusChanged: {
|
||||
if(status === Loader.Ready){
|
||||
sourceComponent = Qt.binding(function(){
|
||||
if(modelData.frozen){
|
||||
return com_table_frozen
|
||||
}
|
||||
return undefined
|
||||
})
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -955,6 +955,16 @@ Rectangle {
|
||||
return false
|
||||
}
|
||||
sourceComponent: visible ? com_table_frozen : undefined
|
||||
onStatusChanged: {
|
||||
if(status === Loader.Ready){
|
||||
sourceComponent = Qt.binding(function(){
|
||||
if(modelData.frozen){
|
||||
return com_table_frozen
|
||||
}
|
||||
return undefined
|
||||
})
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user