QDarkStyleSheet VS BreezeStyleSheets

Compare QDarkStyleSheet vs BreezeStyleSheets and see what are their differences.

QDarkStyleSheet

A dark style sheet for QtWidgets application (by ColinDuquesnoy)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
QDarkStyleSheet BreezeStyleSheets
3 5
2,701 522
- -
7.0 0.0
about 2 months ago about 1 year ago
Python Python
GNU General Public License v3.0 or later MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

QDarkStyleSheet

Posts with mentions or reviews of QDarkStyleSheet. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-03.

BreezeStyleSheets

Posts with mentions or reviews of BreezeStyleSheets. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-12.
  • Is there a way to make Quartus prime lite to dark mode?
    3 projects | /r/FPGA | 12 Mar 2022
    If things became red you can refine it or get some inspiration.
  • https://np.reddit.com/r/QtFramework/comments/omthso/kde_breezeinspired_stylesheets_for_beautiful/h5qazgr/
    1 project | /r/backtickbot | 19 Jul 2021
    # Assumes you already found Qt and have set(CMAKE_AUTORCC ON) # Get Python find_package(Python COMPONENTS Interpreter) FetchContent_Declare( breeze_stylesheets GIT_REPOSITORY https://github.com/Alexhuszagh/BreezeStyleSheets.git GIT_TAG origin/master GIT_PROGRESS ON USES_TERMINAL_DOWNLOAD TRUE) FetchContent_GetProperties(breeze_stylesheets) if(NOT breeze_stylesheets_POPULATED) FetchContent_Populate(breeze_stylesheets) add_library(breeze_themes STATIC "${breeze_stylesheets_SOURCE_DIR}/breeze_themes.qrc") add_custom_target( run_python_breeze ALL COMMAND ${Python_EXECUTABLE} configure.py --styles=dark-green,light-green --resource breeze_themes.qrc WORKING_DIRECTORY ${breeze_stylesheets_SOURCE_DIR} BYPRODUCTS "${breeze_stylesheets_SOURCE_DIR}/breeze_themes.qrc" COMMENT "Generating themes") add_dependencies(breeze_themes run_python_breeze) endif()
  • KDE Breeze-Inspired Stylesheets for Beautiful, Consisten UIs Across Platforms
    2 projects | /r/QtFramework | 18 Jul 2021
  • Still no dark qt6 themes available yet?
    1 project | /r/archlinux | 15 Jul 2021
    Another alternative is to make use of qt6ct's QSS support, so you can make use of something like BreezeStyleSheets for example, what you'll need to do is copy the QSS file along with the assets it needs to ~/.local/share/qt6ct/qss, then replace any paths in the QSS to point to the absolute path (so if there's stuff like url(:/dark/checkbox_checked.svg) you need to change that to url(/home/user/.local/share/qt6ct/qss/dark/checkbox_checked.svg) for example). Then, in qt6ct you can enable the QSS you want in the Style Sheets section.

What are some alternatives?

When comparing QDarkStyleSheet and BreezeStyleSheets you can also consider the following projects:

NodeGraphQt - Node graph framework that can be re-implemented into applications that supports PySide2

qbt-theme - collection of themes for qbittorrent

vscode-theme-acid - Dark Visual Studio Theme

galacteek - Multi-platform browser for the distributed web. Mirror of https://gitlab.com/galacteek/galacteek Become a sponsor: https://ko-fi.com/galacteek

Qt.py - Minimal Python 2 & 3 shim around all Qt bindings - PySide, PySide2, PyQt4 and PyQt5.

QBreeze - Breeze-like (dark and light) stylesheets for Qt apps

PyQt-Fluent-Widgets - A fluent design widgets library based on C++ Qt/PyQt/PySide. Make Qt Great Again.

SnakeBrary - Python and PySide2 powered cross-platform Library Management System. CBSE Class 12 Computer Science Project.

persepolis - Persepolis Download Manager is a GUI for aria2.

dircolors - 🧛🏻‍♂️ Dark theme for dircolors

QssStylesheetEditor - Editor for qt stylesheet (qss). Real-time preview, and user can define varibles in qss.