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:
parent
fb60cf13de
commit
56d7c1486e
13 changed files with 246 additions and 121 deletions
10
qtquick/qml/components/BusyDialog.qml
Normal file
10
qtquick/qml/components/BusyDialog.qml
Normal file
|
@ -0,0 +1,10 @@
|
|||
import QtQuick 2.12
|
||||
import QtQuick.Controls 2.12
|
||||
|
||||
Dialog {
|
||||
modal: true
|
||||
BusyIndicator {
|
||||
anchors.centerIn: parent
|
||||
running: true
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue