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