import QtQuick 2.10 import QtGraphicalEffects 1.0 Rectangle { id: root width: parent.width height: parent.height color: "#021C1E" }