mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 04:54:29 -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 2.3
|
||||||
|
import QtQuick.Controls 1.4
|
||||||
|
|
||||||
import QtGraphicalEffects 1.0
|
import QtGraphicalEffects 1.0
|
||||||
|
|
||||||
@ -93,6 +94,12 @@ Rectangle {
|
|||||||
|
|
||||||
color:"transparent"
|
color:"transparent"
|
||||||
|
|
||||||
|
BusyIndicator {
|
||||||
|
scale: 0.5
|
||||||
|
anchors.centerIn: parent
|
||||||
|
running: coverElement.status === Image.Loading
|
||||||
|
}
|
||||||
|
|
||||||
DropShadow {
|
DropShadow {
|
||||||
anchors.fill: coverElement
|
anchors.fill: coverElement
|
||||||
horizontalOffset: 0
|
horizontalOffset: 0
|
||||||
|
Reference in New Issue
Block a user