Hi,

I was looking at the widgets gallery and found "aqua" style widgets and love to use it but i wonder how?

I used the plastique style with these and it work but not aqua
Qt Code:
  1. QApplication::setStyle(QStyleFactory::create("plastique"));
  2. QApplication::setPalette(QApplication::style()->standardPalette());
  3. QApplication app(argc,argv);
  4. myApp *mainWin = new myApp ;
  5.  
  6. mainWin->show();
To copy to clipboard, switch view to plain text mode 

please show me the way on how can i use "aqua" style widgets

baray98