adding a custom loading spinner to slides

This commit is contained in:
Chris Cochrun 2024-04-11 09:33:03 -05:00
parent 5df0302be9
commit 2428792895
5 changed files with 90 additions and 1 deletions

View file

@ -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