import QtQuick import QtQuick.Controls Menu { background: Rectangle { color: "#3c3f41" implicitWidth: 200 radius: 2 } }