Outline.qml 165 B

123456789101112
  1. import QtQuick 2.0
  2. import QtGraphicalEffects 1.13
  3. Glow {
  4. anchors.fill: source
  5. color: "white"
  6. radius: block * 0.05
  7. spread: 0.93
  8. opacity: 0.75
  9. }