Hi,

How to put QScrollBar up and down arrows icon's?

I tried ;

Qt Code:
  1. QScrollBar::up-arrow
  2. {
  3. uparrow-icon: url(icon.png);
  4. }
To copy to clipboard, switch view to plain text mode 

and

Qt Code:
  1. QScrollBar::up-arrow:vertical
  2. {
  3. uparrow-icon: url(icon.png);
  4. }
To copy to clipboard, switch view to plain text mode 

but it didn't work..