adding a custom loading spinner to slides
This commit is contained in:
parent
5df0302be9
commit
2428792895
5 changed files with 90 additions and 1 deletions
|
@ -42,6 +42,13 @@ Item {
|
|||
currentFrame: pdfIndex
|
||||
}
|
||||
|
||||
Presenter.LoadingSpinner {
|
||||
id: loadingSpinner
|
||||
color: Kirigami.Theme.highlightColor
|
||||
running: true
|
||||
anchors.fill: parent
|
||||
}
|
||||
|
||||
FastBlur {
|
||||
id: imageBlue
|
||||
anchors.fill: parent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue