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

Running examples no longer working #30

Closed AdrianButnar closed 3 years ago

AdrianButnar commented 3 years ago

There is currently no test directory, let alone one containing any main.py. A running example that works is in /examples/full_features and also the flag is changed from --PySide6 to pyside6. Updating the README.md would help others as well.

YeisonCardona commented 3 years ago

This is not an executable application, there is not need of a main.py. Examples is more clear that test since this contains functional scripts and there is no way to perform testing that debug visual styles and widgets issues. Fixed the flag reference thanks.

AdrianButnar commented 3 years ago

The main.py was in your README in the wrong path, I did not say there was a need for one. What I was pointing out is that there was in no test directory in the repository as that directory does not exist, as your README erroneously pointed towards (see cd test in the Running examples section)