deorder / mo2-plugins

Mod Organizer 2 Plugins
MIT License
47 stars 13 forks source link

Update to Qt6 and MO2 2.5.0 #22

Closed SilentSpud closed 1 month ago

SilentSpud commented 10 months ago

This fully updates the code to PyQt6. MO2 2.5.0 still throws errors that PyQt5 isn't present even with the try-except statements, so I removed it completely. Unfortunately, this comes with some caveats:

This also includes a fix for hide type being case sensitive

SilentSpud commented 10 months ago

Alternately, we can just install PyQt5 alongside PyQt6 and keep using pyrcc5, but that'd still require editing resources.py