UN-GCPDS / qt-material

Material inspired stylesheet for PySide2, PySide6, PyQt5 and PyQt6
https://qt-material.readthedocs.io/en/latest/
BSD 2-Clause "Simplified" License
2.3k stars 242 forks source link

Style 'Fusion' does not exist #15

Closed Helios504 closed 3 years ago

Helios504 commented 3 years ago

Apologies if this is user error.

I am able to successfully set a style with "apply_stylesheet"

apply_stylesheet(self.window,theme='light_blue.xml')

However whenever a button is pressed the following message is printed to the console:

ERROR:root:The style 'Fusion' does not exist.

I get the same error message when i run the "runtime.py" file that is located in the examples folder from qt-material.

I'm running a basic QtWidget app with Python 3.9 and Pyside6.

Thanks

YeisonCardona commented 3 years ago

Hi @Helios504, Fusion was a default style for homogeneous looking under GNU/Linux and Windows, is not necessary now, I will remove the default style. Thanks.