Quote Originally Posted by QPlace View Post
Question: how to set up background color of actioncontextmenu?
Try this:
Qt Code:
  1. background-color: #ABABAB; /* sets background of the menu */
  2. border: 1px solid black;
  3. }
To copy to clipboard, switch view to plain text mode