parent
0b0e33a7b5
commit
54ece29720
@ -315,7 +315,6 @@ Page {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
Connections {
|
Connections {
|
||||||
target: AWSClient
|
target: AWSClient
|
||||||
onSignupResult: {
|
onSignupResult: {
|
||||||
@ -337,6 +336,10 @@ Page {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
BusyOverlay {
|
||||||
|
id: busyOverlay
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -8,6 +8,11 @@ Rectangle {
|
|||||||
|
|
||||||
property bool shown: false
|
property bool shown: false
|
||||||
|
|
||||||
|
// Event eater
|
||||||
|
MouseArea {
|
||||||
|
anchors.fill: parent
|
||||||
|
}
|
||||||
|
|
||||||
BusyIndicator {
|
BusyIndicator {
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user