Skip to main content

A dark stylesheet for PyQt/PySide 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())

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

QDarkStyle-2.3.1.tar.gz (81.7 kB view hashes)

Uploaded Source

Built Distribution

QDarkStyle-2.3.1-py2.py3-none-any.whl (73.3 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page