A dark gray stylesheet for PyQt/PySide applications
Project description
QDarkGray Stylesheet
A dark gray stylesheet for PyQt5 applications. This theme is a gray variation of QDarkStyleSheet theme.
Installation
Install qdarkgraystyle package using the setup script or using pip
python setup.py install
or
pip install qdarkgraystyle
The PySide and PyQt4 support was dropped in version 1.0.0. To use qdarkgraystyle with PySide or PyQt4 or with Python 2.7, please use the version 0.0.3.
pip install qdarkgraystyle==0.0.3
The support to PySide2 will be add in future.
Usage
Here is an example using PyQt5.
import sys
import qdarkgraystyle
from PyQt5 import QtGui
# create the application and the main window
app = QtGui.QApplication(sys.argv)
window = QtGui.QMainWindow()
# setup stylesheet
app.setStyleSheet(qdarkgraystyle.load_stylesheet())
# run
window.show()
app.exec_()
There is an example included in the example folder.
python example/example_pyqt5.py
You can run the script without installing qdarkgraystyle. You only need to have PyQt5 installed on your system.
Contribute
Issue Tracker: https://github.com/mstuttgart/qdarkgraystyle/issues
Source Code: https://github.com/mstuttgart/qdarkgraystyle
Snapshots
Here are a few snapshots:
Contributing
Create your feature branch (git checkout -b feature/fooBar)
Commit your changes (git commit -am 'Add some fooBar')
Push to the branch (git push origin feature/fooBar)
Create a new Pull Request
Credits
This package is totally based on QDarkStyleSheet theme created by Colin Duquesnoy.
Copyright (C) 2017-2018 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 Distribution
Built Distribution
Hashes for qdarkgraystyle-1.0.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8922f94d41027ae25001515d0976132f8dcef2277c063f86010666357346194e |
|
MD5 | 8224f3343a86655a9e697bac70733aa7 |
|
BLAKE2b-256 | 369d8da980770a9c2b2b0c41480726fba0e1572d3d341a4642323e0749a392e7 |