7 lines
91 B
QML
7 lines
91 B
QML
import QtQuick 2.12
|
|
|
|
Loader {
|
|
asynchronous: true
|
|
visible: status == Loader.Ready
|
|
}
|