Hello everyone,
As I have been working on my browsers functionality, I have also been keeping an eye on the usability/UI/UX/aesthetics of it.
I have been using the following code for the styling of it:
QApplication::setStyle(QStyleFactory::create("fusion"));
I am using “fusion” because it is the only one that looks halfway decent. I have tried other options like “macintosh” or “windows” but the look hideous and antiquated. How can I make it look like a modern OS X/Windoze 8/Ubuntu application. Essentially I would like to be able to style it like a modern OS application, not one that looks like it was made for Windows XP.
Thanks for your help!
↧