PyQt5_stylesheetssheet
skin include: style_blue style_black style_Classic style_Dark style_DarkOrange style_gray style_navy
these stylesheet for Qt applications (PyQt5).
License
This project is licensed under the MIT license.
Installation
Python
Install PyQt5_stylesheets
package using the setup script or using pip:
python setup.py install
or
pip install PyQt5_stylesheets
Usage
import PyQt5_stylesheets
app.setStyleSheet(PyQt5_stylesheets.load_stylesheet_pyqt5(style="style_black"))
import PyQt5_stylesheets
class yourDialog(QDialog):
def __init__(self,parent=None):
supper(QDialog,self).__init__(parent):
self.setStyleSheet(PyQt5_stylesheets.load_stylesheet_pyqt5(style="style_black"))
...
...
style Include
style_blue
style_black
style_Classic
style_Dark
style_DarkOrange
style_gray
style_navy
Contact information:
- Maintainer: 13693421942@163.com
- Homepage: https://github.com/xiongbigboss/PyQt5_stylesheets.git
Snapshots
Here are a few snapshots: