init: working version
This commit is contained in:
commit
7d8d7dacae
109 changed files with 15066 additions and 0 deletions
18
custom/GlowEffect.qml
Normal file
18
custom/GlowEffect.qml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
|
||||
import QtQuick
|
||||
import QtQuick.Effects
|
||||
|
||||
MultiEffect {
|
||||
id: root
|
||||
|
||||
anchors.fill: source
|
||||
|
||||
property alias glowColor: root.shadowColor
|
||||
shadowEnabled: true
|
||||
blurMultiplier: 0.3
|
||||
blurMax: 30
|
||||
|
||||
Behavior on shadowColor {
|
||||
CAnim {}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue