Remove qt5-compat
This commit is contained in:
parent
02e6367d73
commit
9b87e1eef6
10 changed files with 68 additions and 64 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import QtQuick
|
||||
import QtQuick.Layouts
|
||||
import QtQuick.Effects
|
||||
import QtQuick.Controls
|
||||
import Qt5Compat.GraphicalEffects
|
||||
import qs.Settings
|
||||
|
||||
Rectangle {
|
||||
|
|
@ -74,7 +74,8 @@ Rectangle {
|
|||
sourceSize.height: 64
|
||||
}
|
||||
|
||||
OpacityMask {
|
||||
MultiEffect {
|
||||
maskEnabled: true
|
||||
anchors.fill: avatarImage
|
||||
source: avatarImage
|
||||
maskSource: Rectangle {
|
||||
|
|
@ -662,4 +663,4 @@ Rectangle {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue