parent
210e0b6a68
commit
bfd149b256
1 changed files with 5 additions and 0 deletions
|
|
@ -25,6 +25,11 @@ Item {
|
|||
one.update();
|
||||
}
|
||||
|
||||
Component.onCompleted: {
|
||||
if (source)
|
||||
Qt.callLater(() => one.update());
|
||||
}
|
||||
|
||||
Loader {
|
||||
anchors.fill: parent
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue