1
0
Fork 0
mirror of https://github.com/HenkKalkwater/harbour-sailfin.git synced 2025-09-04 01:42:44 +00:00

Add login page

This commit is contained in:
Chris Josten 2021-03-07 16:26:13 +01:00
parent fb60cf13de
commit 56d7c1486e
13 changed files with 246 additions and 121 deletions

View file

@ -0,0 +1,10 @@
import QtQuick 2.12
import QtQuick.Controls 2.12
Dialog {
modal: true
BusyIndicator {
anchors.centerIn: parent
running: true
}
}