Modern QStyle for desktop Qt5/Qt6 applications.
See documentation for more information.
- Windows, MacOS or Linux.
- CMake 3.20.0+
- Qt 5.15.3+ or Qt 6.0.0+
This library contains:
- A custom
QStyle
namedQlementineStyle
, that implements all the necessary API to give a modern look and feel to your Qt application. It's a drop-in replacement for the defaultQStyle
. - Lots of utilities to help you write beautiful
QWidgets
that fits well with the style. - A collection of new
QWidgets
that are missing in Qt's standard collection, such asSwitch
.
See documentation for details. Basically, you just need to add Qlementine as a dependency with CMake, and call QApplication::setStyle
.
Olivier Cléro | email | website | github | gitlab
Qlementine is available under the MIT license. See the LICENSE file for more info.