Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oclero/qlementine
⚠️🏗️ [WORK IN PROGRESS] 🍊Modern QStyle for desktop Qt5/Qt6 applications.
https://github.com/oclero/qlementine
cmake cpp desktop foss linux macos mit qstyle qt5 qt5-widgets qt6 qt6-widgets ui uikit windows
Last synced: about 1 month ago
JSON representation
⚠️🏗️ [WORK IN PROGRESS] 🍊Modern QStyle for desktop Qt5/Qt6 applications.
- Host: GitHub
- URL: https://github.com/oclero/qlementine
- Owner: oclero
- License: mit
- Created: 2022-07-18T19:05:56.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-03T21:09:47.000Z (2 months ago)
- Last Synced: 2024-09-29T07:42:02.945Z (about 2 months ago)
- Topics: cmake, cpp, desktop, foss, linux, macos, mit, qstyle, qt5, qt5-widgets, qt6, qt6-widgets, ui, uikit, windows
- Language: C++
- Homepage: https://oclero.github.io/qlementine/
- Size: 11.1 MB
- Stars: 71
- Watchers: 3
- Forks: 15
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Qlementine
[![License: MIT](https://img.shields.io/badge/license-MIT-green)](https://mit-license.org/)
[![CMake version](https://img.shields.io/badge/CMake-3.17.5+-064F8C?logo=cmake)](https://www.qt.io)
[![C++ version](https://img.shields.io/badge/C++-17-00599C?logo=++)](https://www.qt.io)
[![Qt version](https://img.shields.io/badge/Qt-5.15.3+-41CD52?logo=qt)](https://www.qt.io)
[![Qt version](https://img.shields.io/badge/Qt-6.0.0+-41CD52?logo=qt)](https://www.qt.io)[![Linux](https://github.com/oclero/qlementine/actions/workflows/linux.yml/badge.svg)](https://github.com/oclero/qlementine/actions/workflows/linux.yml)
[![Linux](https://github.com/oclero/qlementine/actions/workflows/windows.yml/badge.svg)](https://github.com/oclero/qlementine/actions/workflows/windows.yml)
[![Linux](https://github.com/oclero/qlementine/actions/workflows/macos.yml/badge.svg)](https://github.com/oclero/qlementine/actions/workflows/macos.yml)Modern QStyle for desktop Qt5/Qt6 applications.
See [documentation](https://oclero.github.io/qlementine) for more information.
---
### Table of Contents
- [Requirements](#requirements)
- [Features](#features)
- [Usage](#usage)
- [Creator](#creator)
- [License](#license)---
## Requirements
- Windows, MacOS or Linux.
- [CMake 3.20.0+](https://cmake.org/download)
- [Qt 5.15.3+ or Qt 6.0.0+](https://www.qt.io/download-qt-installer)## Features
This library contains:
- A custom `QStyle` named `QlementineStyle`, 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 default `QStyle`.
- 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 as `Switch`.## Usage
See [documentation](docs/usage.md) for details. Basically, you just need to add Qlementine as a dependency with CMake, and call `QApplication::setStyle`.
## Creator
**Olivier Cléro** | [email](mailto:[email protected]) | [website](https://www.olivierclero.com) | [github](https://www.github.com/oclero) | [gitlab](https://www.gitlab.com/oclero)
## License
**Qlementine** is available under the MIT license. See the [LICENSE](LICENSE) file for more info.