moment/src/gui/Base/HLoader.qml

10 lines
157 B
QML
Raw Normal View History

2019-12-19 07:46:16 -04:00
// SPDX-License-Identifier: LGPL-3.0-or-later
import QtQuick 2.12
Loader {
2019-12-09 05:25:31 -04:00
id: loader
asynchronous: true
// visible: status === Loader.Ready
}