Can we customize system tray menu with stylesheets on MAC OS?
I'm trying it like this:
QMenu* trayIconMenu = new QMenu;
trayIconMenu->setStyleSheet("QMenu { background-color: black; }");

Doesn't work for me