moment/src/gui/Base/HLoader.qml

8 lines
107 B
QML

import QtQuick 2.12
Loader {
id: loader
asynchronous: true
visible: status === Loader.Ready
}