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