qt-material icon indicating copy to clipboard operation
qt-material copied to clipboard

dark-teal.xml not exist

Open LesIieChen opened this issue 2 years ago • 0 comments

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

LesIieChen avatar Aug 03 '22 03:08 LesIieChen