QMenu
QMenu is a widget that provides a menu widget that you can use in menu bars, context menus, and other popup menus.
Example
import { QMenu } from '@vixen-js/core';
const menu = new QMenu();
Learn more about QMenu
in: https://doc.qt.io/qt-6/qmenu.html