Hi All,
i need to apply background color as gray in messagebox;
i wrote like

Qt Code:
  1. QMessagebox msg(this);
  2. msg.setStyleSheet("background-color: gray ; color : gray");
To copy to clipboard, switch view to plain text mode 

But its not working. Can any body help me?