import QtQuick 2.13 import QtQuick.Window 2.13 import QtQuick.Controls 2.13 Window { id: bottompanel width: Screen.width height: Screen.height * (215.0 / 1920.0) flags: Qt.FramelessWindowHint visible: true //color: "#aaaa0000" MediaArea { } }