mirror of
https://github.com/YACReader/yacreader
synced 2026-03-02 10:50:04 -05:00
Remove Qt5Compat dependency from qml
This commit is contained in:
@ -2,7 +2,7 @@ import QtQuick
|
||||
|
||||
import QtQuick.Controls
|
||||
|
||||
import Qt5Compat.GraphicalEffects
|
||||
import QtQuick.Effects
|
||||
|
||||
import com.yacreader.ComicModel 1.0
|
||||
|
||||
@ -39,14 +39,16 @@ Rectangle {
|
||||
mipmap: true
|
||||
asynchronous : true
|
||||
cache: false //TODO clear cache only when it is needed
|
||||
opacity: 0
|
||||
layer.enabled: true
|
||||
visible: false
|
||||
}
|
||||
|
||||
FastBlur {
|
||||
MultiEffect {
|
||||
anchors.fill: backgroundImg
|
||||
source: backgroundImg
|
||||
radius: backgroundBlurRadius
|
||||
blurEnabled: true
|
||||
blur: 1.0
|
||||
blurMax: 64
|
||||
opacity: backgroundBlurOpacity
|
||||
visible: backgroundBlurVisible
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user