Skip to content
Snippets Groups Projects
Unverified Commit a8ab7bb5 authored by Kali Kaneko's avatar Kali Kaneko
Browse files

[ui] progress bar

parent f94cbc22
No related branches found
No related tags found
No related merge requests found
......@@ -19,14 +19,20 @@ Page {
Image {
id: connectionImage
height: 200
height: 180
anchors.horizontalCenter: parent.horizontalCenter
source: "../resources/icon-noshield.svg"
fillMode: Image.PreserveAspectFit
}
Spinner {
id: splashSpinner
VerticalSpacer {
visible: true
height: root.height * 0.10
}
ProgressBar {
anchors.horizontalCenter: parent.horizontalCenter
indeterminate: true
}
InitErrors {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment