Hi all,

it is possible to set a QPushButton in brushed metal style:

BrushedMetalPushButton.png


With

Qt Code:
  1. this->setAttribute(Qt::WA_MacBrushedMetal, true);
To copy to clipboard, switch view to plain text mode 

all widgets will be set to brushed metal style, but all buttons are in aqua style only!

Any hints?

Thx!
Chris