Opinionated PySide6 Light/Dark Theme Toggler.
Project description
Comel
Opinionated PySide6 Light/Dark Theme Toggler. Oh wait yet another Qt for Python PySide6 light/dark theme package?
Yes it is!
ATTENTION: This package is designed with writing/deploying standalone PySide6 application in mind.
Features
- Custom QMainWindow widget with built-in light/dark mode toggler. Connect the
toggle_themefunction to QtWidgets callback function and you're done. - Very simple package (for now). Not bloated from trying to cater various Qt for Python packages.
Getting Started
Last tested with Python 3.10+ but any Python version that PySide6 supports. Highly recommend using virtual environment when testing/implementing this.
Install using pip
pip install Comel
Cloning this repo
Clone this repo and copy the comel package into your project. Ensure both darkdetect and PySide6 is installed in
your Python environment.
Usage
Import ComelMainWindowWrapper class and connect toggle_theme to a widget action. That's it!
Refer to examples directory for barebone_app.py for boilerplate code or takusan_app.py for a typical PySide app
written from scratch without using Qt Designer.
Custom Widgets
There is CCheckBox and CRadioButton which uses custom icons and size override. Using the regular QCheckBox and QRadioButton will result in bigger than usual size as it displays the 32x32 size icon image.
Examples
# Barebone app
python examples/barebone_app.py
# Takusan app
python examples/takusan_app.py
# Run this for normal and disabled state comparison
python examples/check_disabled_state_app.py
Customizing Qt Style Sheets (QSS)
Refer to https://doc.qt.io/qt-6/stylesheet-examples.html for examples on the correct CSS selectors. Search on Stack Overflow/Qt Forum/etc if you cannot find the specific CSS selectors.
- Edit
base.qssandpresets.pywith the relevant variable and color. - Run
generate_qss.pyto generatelight.qssanddark.qsslocated inqss/themesandcomel/themesfolder.
Known Issues
- The default Qt arrow icons does not play nicely when using Qt Style Sheets. While there is a way to bundle custom
icons, I'm not fancy with the extra steps needed to compile Qt
.qrcinto Python file. I might create wrapper class for the affected widgets in future updates. - This library does not cover every single widget styles. Create an issue if you encounter a widget that is missing either light or dark styling.
- QMdiArea and QMdiSubWindow is missing the window resize handle after applying Comel stylesheets. Suspecting one of the selector override to be the root cause.
Why Comel?
Qt is pronounced as "cute". Comel means cute in Bahasa Melayu aka Malay language. Also, the name of my childhood cat.
Credits
- Uses darkdetect for detecting the operating system dark mode.
- Uses icons from Icons8.
- Special thanks to izzthedude for experimenting with this idea.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file comel-0.3.0.tar.gz.
File metadata
- Download URL: comel-0.3.0.tar.gz
- Upload date:
- Size: 19.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb02654d21b9587aae45eb2cfb834138bf2d582b0c3f45b567af0ed3b0b80b70
|
|
| MD5 |
c146b90de4d1a462480ddc3debafbaf1
|
|
| BLAKE2b-256 |
afa0434fcf47a7e4737f3671c9bc0543a5ada531cfd694ea1cb76a9dbb8b9a92
|
File details
Details for the file comel-0.3.0-py3-none-any.whl.
File metadata
- Download URL: comel-0.3.0-py3-none-any.whl
- Upload date:
- Size: 36.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e15e407b89735a2ff2392912187b282332f357fa5ad6417ed58d963266612ec8
|
|
| MD5 |
feaaa1b310240d1345cad56217ba33f3
|
|
| BLAKE2b-256 |
3fc2d6118de78f9597e8b99dc20c48d7a5ea7c1d58c28805264b6ad093b2ce3d
|