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
dorian 99fd686c65 - New Design almost finished
- further implementation of in-app event display but stiff having problems
2018-12-23 00:06:05 +01:00

10 lines
130 B
QML

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