Perfect. The only change I made is that I set setStyleSheet against control where I am setting the actionContextMenu. Setting it against application instance changes the main menu but not actionContextMenu in the control that I am interersted in.
I suspect that it does not change in my case because I am setting custom stylesheet for the control _after_ application receives stylesheet change. I'll check it later.
No. Changing stylesheet on QApp level does not change the stylesheet for the control's menu. Has to be done explicitly for the control.
Thanks again!
Bookmarks