see an example of style sheet in Qt's example dir
Qt Code:
  1. QPushButton:hover {
  2. background-color: khaki;
  3. }
To copy to clipboard, switch view to plain text mode