Home

Awesome

Blender Qt stylesheet

PyPI version latest tag

A Blender Qt stylesheet for PySide2, PySide6 PyQt5, PyQt6 (using qtpy)

The top 3 images are this style in PySide6 & PySide2

Blender PySide6Blender PySide2Blender PySide2 + dark title bar
imageimageimage
notice bug with dial and scrollbar
Default qt stylePySide6 fusion style
imageimage

Instructions

import blender_stylesheet
blender_stylesheet.setup()

see example/example.py

Features

Dark title bar in PySide2

Optional in PySide2: Make your title bar dark when creating your QApplication
Happens automatically in PySide6

app = QApplication(sys.argv + ['-platform', 'windows:darkmode=2'])

Ported the original stylesheet from the BQt project, to allow stylesheet use outside Blender.