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