Qt Custom Style
Solved
General and Desktop
-
I've seen some really cool applications with a really stylish gui built with Qt. It may be a common question but... How do they make that ? Do they do it manually or there's a place where you can buy styles just like for example themeforest ? In case they make it themselves... Would you recommend me doing it , or it's too much hard work ?
Thanks in advance.
-
Hi,
Styling can be accomplished through several ways e.g. a custom QStyle or style sheets. Depending on what you want to achieve both way can take time. You have to experiment a bit.
-
there is a basic examples in qt doc
http://doc.qt.io/qt-5/stylesheet-examples.html
To go further you can read the doc from this link:
http://doc.qt.io/qt-5/stylesheet.html
Hope this can help !