mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-07-01 15:42:20 +08:00
update
This commit is contained in:
@ -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
|
||||
})
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user