PyQtDarkTheme documentation#

PyQtDarkTheme applies a flat dark theme to QtWidgets application(PySide and PyQt). There’s a light theme too. Color and style balanced from a dark theme for easy viewing in daylight.

https://raw.githubusercontent.com/5yutan5/PyQtDarkTheme/main/images/widget_gallery_dark.png
https://raw.githubusercontent.com/5yutan5/PyQtDarkTheme/main/images/widget_gallery_light.png

Features:

  • A flat Dark and Light theme

  • Support PySide and PyQt

  • Support PyInstaller

  • Resolve the style differences between Qt versions

  • QPalette of dark and light theme


Installation guide

To the installation guide

How to use

To the usage guide