This repository has been archived on 2022-08-16. You can view files and clone it, but cannot push or open issues or pull requests.
fanny-app/qml/Forms/LoadingForm.qml

15 lines
181 B
QML

import QtQuick 2.9
import QtQuick.Controls 2.4
Page {
id: root
signal refresh()
property int status: -1
BusyIndicator {
anchors.centerIn: parent
}
}