diff --git a/YACReaderLibrary/qml/FlowView.qml b/YACReaderLibrary/qml/FlowView.qml index a81b4fac..58520d7d 100644 --- a/YACReaderLibrary/qml/FlowView.qml +++ b/YACReaderLibrary/qml/FlowView.qml @@ -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