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.27k stars 241 forks source link

Revert - undo changes #51

Closed el07694 closed 2 years ago

el07694 commented 2 years ago

Well, i am trying to clear all stylesheets caused by apply_stylesheet(app, theme='dark_teal.xml') command.

I mean on runtime...

I search __init__.py file but i didn't find something usefull.

Any help would be much appreciated.

el07694 commented 2 years ago

self.main_self.app.setStyle("")

self.main_self.app.setStyleSheet("")

did the job :)