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