import QtQuick 2.0 import QtGraphicalEffects 1.13 Glow { anchors.fill: source color: "white" radius: block * 0.05 spread: 0.93 opacity: 0.75 }