Hi,

I want to use the 'Plastique' style in my QT5 application. I have downloaded the QStylePlugins zip and ran qmake on it.
How do I load this into my application and do :
app.setStyle(QStyleFactory::create("Plastique")); ?

Thanks,
Padma