qbt-theme VS BreezeStyleSheets

Compare qbt-theme vs BreezeStyleSheets and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
qbt-theme BreezeStyleSheets
71 5
1,845 519
- -
0.0 0.0
about 2 years ago 12 months ago
Python Python
- 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.

qbt-theme

Posts with mentions or reviews of qbt-theme. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-10.

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 qbt-theme and BreezeStyleSheets you can also consider the following projects:

qBittorrentDarktheme - qBittorrent Dark theme

QDarkStyleSheet - A dark style sheet for QtWidgets application

ghidra-dark - Dark theme installer for Ghidra

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

VueTorrent - The sleekest looking WEBUI for qBittorrent made with Vuejs!

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

qBittorrent - qBittorrent BitTorrent client

persepolis - Persepolis Download Manager is a GUI for aria2.

qBittorrent-Enhanced-Edition - [Unofficial] qBittorrent Enhanced, based on qBittorrent

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

qbittorrent - 🧛🏻‍♂️ Dark theme for QBittorrent

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