Quote:
Originally Posted by kovidgoyal
@jackie_w You need to use fully qualified names for enums in PyQt6, as thiago pointed out. I have added compatibility layers for the most common enums in calibre so they can continue to be used as before, but not for all of them.
|
One I use that no longer works in the beta is QTextEdit.NoWrap.
Should I change this to QTextEdit.LineWrapMode.NoWrap or will you add that to the compatibility layer?
If I change it to the fully qualified enum will it be backward compatible with older versions of calibre?