QDarkStyle 2.6.4
pip install QDarkStyle==2.6.4
Newer version available (3.2.3)
Released:
A dark stylesheet for Python and Qt applications
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Colin Duquesnoy
Classifiers
- Development Status
- Environment
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Project description
QDarkStyle is a dark stylesheet for Python and Qt applications.
This module provides a function to transparently load the stylesheets with the correct rc file.
First, start importing our module
import qdarkstyle
Then you can get stylesheet provided by QDarkStyle for various Qt wrappers as shown bellow
# PySide
dark_stylesheet = qdarkstyle.load_stylesheet_pyside()
# PySide 2
dark_stylesheet = qdarkstyle.load_stylesheet_pyside2()
# PyQt4
dark_stylesheet = qdarkstyle.load_stylesheet_pyqt()
# PyQt5
dark_stylesheet = qdarkstyle.load_stylesheet_pyqt5()
Or from environment variables provided for QtPy or PyQtGraph, see
# QtPy
dark_stylesheet = qdarkstyle.load_stylesheet_from_environment()
# PyQtGraph
dark_stylesheet = qdarkstyle.load_stylesheet_from_environment(is_pyqtgraph)
Finally, set your QApplication with it
app.setStyleSheet(dark_stylesheet)
Enjoy!
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Colin Duquesnoy
Classifiers
- Development Status
- Environment
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
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
File details
Details for the file QDarkStyle-2.6.4.tar.gz
.
File metadata
- Download URL: QDarkStyle-2.6.4.tar.gz
- Upload date:
- Size: 199.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 99a21e27405850b4e49610bb7f1720e7f756a9e7b461a4ee54cb6b35cfed3b15 |
|
MD5 | 56c728c2886bcca113d6b2c182a44e55 |
|
BLAKE2b-256 | 9234e13a9b1434ad72798afc279b7cf14e6a7b8efa90a14c22cadc4754df4a53 |
File details
Details for the file QDarkStyle-2.6.4-py2.py3-none-any.whl
.
File metadata
- Download URL: QDarkStyle-2.6.4-py2.py3-none-any.whl
- Upload date:
- Size: 174.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e16eae2c3d448b7e0dd13e24b26183bbaae9b1e8fcb2c819c858a3d4bd4caf44 |
|
MD5 | 7654622e96ef09abb5dffea08f6daf1b |
|
BLAKE2b-256 | 312ab18c2c86181bf91da7386f70b78005c3046f39180da2d1f3cd135d956e0a |