Quote Originally Posted by spirit View Post
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 
Yes, I know that the QPushButton have hover option, but how can that help me to create the fade effect?