PDA

View Full Version : MAC OS tray menu customization?



amras
28th September 2010, 14:50
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 :(