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.33k stars 247 forks source link

dark-teal.xml not exist #70

Open LesIieChen opened 2 years ago

LesIieChen commented 2 years ago

Hi I am curretly using PyQt5 to build my gui. however, when i run the code from qt_material import apply_stylesheet app = QApplication(sys.argv) window = Demo() apply_stylesheet(app,theme='dark-teal.xml') window.show() sys.exit(app.exec_()) it says datk-teal.xml not exist even though i import qt_material afterPyQt5.QtWidgets idk why would this happen, could you take a look please. Thanks