Closed landonepps closed 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.
DISABLE_QT5_COMPAT=1
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.