A dark stylesheet for pyside/pyqt applications
Project description
- This package provides a dark style sheet for PySide/PyQt4/PyQt5
applications.
All you have to do is the following:
import qdarkstyle app = QtGui.QApplication().instance() # PySide app.setStyleSheet(qdarkstyle.load_stylesheet()) # PyQt4 app.setStyleSheet(qdarkstyle.load_stylesheet(pyside=False)) # PyQt5 app.setStyleSheet(qdarkstyle.load_stylesheet_pyqt5())
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
QDarkStyle-1.15.tar.gz
(53.7 kB
view details)
File details
Details for the file QDarkStyle-1.15.tar.gz.
File metadata
- Download URL: QDarkStyle-1.15.tar.gz
- Upload date:
- Size: 53.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b1bccb4ac892d64eafa1db124c0ccb88e0a967f4ef0f41dfe56c936b1896d6e9
|
|
| MD5 |
486d9368a42994d86118196f0f25a7ba
|
|
| BLAKE2b-256 |
721301a29ab283326299fee029e41ff3f9dd6c45d28ed0197f4aed7734c5452a
|