Hello everybody.

Could anyone who knows perfect stylesheets can give me a little example of setting standard icons in stylesheet on QPushbutton?

I try used something like this but this doesn't work:
Qt Code:
  1. font: 75 28pt \"Serif\";
  2. background-color: BROWN;
  3. icon-size: 32px;
  4. border-image: backward-icon;
  5. }
To copy to clipboard, switch view to plain text mode 

First: I don't know how to use default icons from Qt in stylesheets and I'm weak with styles, so please forgive me.
Second: I want to have a button which will blinking in other color when it has a focus.
To do this I used simple method - setting background-color in stylesheet and QTimer timeout signal.
Is there are better way to achive this?

Please can somebody give me an example of using standard icons (theese from QStyle) in stylesheets?

Thank you.
Regards.