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
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