moment/src/gui/Base/HLoader.qml

11 lines
237 B
QML
Raw Normal View History

// Copyright Mirage authors & contributors <https://github.com/mirukana/mirage>
2019-12-19 22:46:16 +11:00
// SPDX-License-Identifier: LGPL-3.0-or-later
import QtQuick 2.12
Loader {
2019-12-09 20:25:31 +11:00
id: loader
asynchronous: true
// visible: status === Loader.Ready
}