moment/src/gui/Base/HLoader.qml

8 lines
107 B
QML
Raw Normal View History

import QtQuick 2.12
Loader {
2019-12-09 20:25:31 +11:00
id: loader
asynchronous: true
2019-12-10 02:35:50 +11:00
visible: status === Loader.Ready
}