5yutan5 / PyQtDarkTheme

A flat dark theme for PySide and PyQt.
https://pyqtdarktheme.readthedocs.io
MIT License
545 stars 84 forks source link

Specify Qt version to use #255

Closed 1over137 closed 9 months ago

1over137 commented 9 months ago

There seems to be an issue where it would prefer PyQt6/PySide6 over PyQt5. This means that if my program uses PyQt5 and PyQt6/PySide6 is installed, then it won't work because it will try using PyQt6/PySide6. This results in it not detecting QApplication being instantiated.