Skip to main content

The most complete dark/light style sheet for C++/Python and Qt applications

Project description

The most complete dark/light style sheet for Qt applications (Qt4, Qt5, PySide, PySide2, PyQt4, PySide6, PyQt5, PyQt6, QtPy, PyQtGraph, Qt.Py) for Python 2/3 and C++.

Python 2, as well as Qt4 (PyQt4 and PySide), will not be supported anymore. They are still there as it is, but no back-compatibility, fixes, nor features will be implemented.

Check the documentation to see how to set the desirable theme palette.

This module provides a function to load the stylesheets transparently with the right resources file.

First, start importing our module

import qdarkstyle

Then you can get the stylesheet provided by QDarkStyle for various Qt wrappers as shown below

# PySide 2
dark_stylesheet = qdarkstyle.load_stylesheet_pyside2()
# PyQt5
dark_stylesheet = qdarkstyle.load_stylesheet_pyqt5()
# PySide 6
dark_stylesheet = qdarkstyle.load_stylesheet_pyside6()
# PyQt6
dark_stylesheet = qdarkstyle.load_stylesheet_pyqt6()

Alternatively, from environment variables provided by QtPy, PyQtGraph, Qt.Py

# QtPy
dark_stylesheet = qdarkstyle.load_stylesheet()
# PyQtGraph
dark_stylesheet = qdarkstyle.load_stylesheet(qt_api=os.environ('PYQTGRAPH_QT_LIB'))
# Qt.Py
dark_stylesheet = qdarkstyle.load_stylesheet(qt_api=Qt.__binding__)

Finally, set your QApplication with it

app.setStyleSheet(dark_stylesheet)

Enjoy!

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

QDarkStyle-3.2.3.tar.gz (701.0 kB view details)

Uploaded Source

Built Distribution

QDarkStyle-3.2.3-py2.py3-none-any.whl (871.8 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file QDarkStyle-3.2.3.tar.gz.

File metadata

  • Download URL: QDarkStyle-3.2.3.tar.gz
  • Upload date:
  • Size: 701.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for QDarkStyle-3.2.3.tar.gz
Algorithm Hash digest
SHA256 0c0b7f74a6e92121008992b369bab60468157db1c02cd30d64a5e9a3b402f1ae
MD5 4d0a2378b6bb56c9c8fb26bdeda0f2ec
BLAKE2b-256 ef1e5bf72a61a7636058e25eaa7503c050dae9445de75fad6f71ba08f2174e49

See more details on using hashes here.

File details

Details for the file QDarkStyle-3.2.3-py2.py3-none-any.whl.

File metadata

  • Download URL: QDarkStyle-3.2.3-py2.py3-none-any.whl
  • Upload date:
  • Size: 871.8 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for QDarkStyle-3.2.3-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 ea980ee426d594909cf1058306832af71ff6cbad6f69237b036d1550635aefbc
MD5 16b97db84d1ffba9b9f69acea03db94e
BLAKE2b-256 937dc3c10498430dadcea4def5faddf71cd199e577d20a125e7ef1e9d7bdbbfa

See more details on using hashes here.

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