mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 13:04:28 -04:00
Added a busy indicator to the flow view covers.
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
import QtQuick 2.3
|
||||
import QtQuick.Controls 1.4
|
||||
|
||||
import QtGraphicalEffects 1.0
|
||||
|
||||
@ -93,6 +94,12 @@ Rectangle {
|
||||
|
||||
color:"transparent"
|
||||
|
||||
BusyIndicator {
|
||||
scale: 0.5
|
||||
anchors.centerIn: parent
|
||||
running: coverElement.status === Image.Loading
|
||||
}
|
||||
|
||||
DropShadow {
|
||||
anchors.fill: coverElement
|
||||
horizontalOffset: 0
|
||||
|
Reference in New Issue
Block a user