kaegi / MorphMan

Anki plugin that reorders language cards based on the words you know
Other
258 stars 66 forks source link

Migrate to PyQt6 #285

Closed landonepps closed 1 year ago

landonepps commented 1 year ago

The main difference between PyQt5 and PyQt6 is that PyQt6 no longer supports shorthand for enums. I updated all the Qt enums as well as the build scripts.

All tests pass and the addon appears to function the same with DISABLE_QT5_COMPAT=1 set.