A dark gray stylesheet for PyQt/PySide applications
Project description
Darkgrey Stylesheet for PyQt5
About | Install | How to Use | Contribute | Credits
About
A dark gray stylesheet for PyQt5 applications. This theme is a gray variation of QDarkStyleSheet theme.
Install
Install qdarkgraystyle package using using pip
pip install qdarkgraystyle
This package work on PyQt5 >=5.6.
How to Use
Here is an example using PyQt5.
import sys
import qdarkgraystyle
from PyQt5 import QtWidgets
# create the application and the main window
app = QtWidgets.QApplication(sys.argv)
window = QtWidgets.QMainWindow()
# setup stylesheet
app.setStyleSheet(qdarkgraystyle.load_stylesheet())
# run
window.show()
app.exec_()
There is an example included in the example folder.
python3 setup.py test
You can run the script without installing qdarkgraystyle
. You only need to have
PyQt5 installed on your system.
Contribute
See this guideline here.
Credits
This package is totally based on QDarkStyleSheet theme created by Colin Duquesnoy.
Copyright (C) 2017-2024 by Michell Stuttgart
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Hashes for qdarkgraystyle-2.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 47710b40e56e4faa14c0f48eb0475447a3a7eb359f0089879724dab667104902 |
|
MD5 | 5d304b501cb987b2b7283f9118523ebd |
|
BLAKE2b-256 | 8ffc493e027b68a785d25f8909d668e5aa3b133a4db167d0f6f6b277d8407655 |