<div dir="ltr"><div>Hello everyone, let's see if you can help me with this.<br>This widget example (designer plugin) works in PyQt5 versions that had the Q_ENUMS function available (old_ok.py).<br><br>Now when I try to load with PyQt6 (new_bad.py), which changes Q_ENUM to pyqtEnum, I get the following error:<br><div><br></div><div>...<br></div><div>selectionMode = QtCore.pyqtProperty(<br>SystemError: <class 'PyQt6.QtCore.pyqtProperty'> returned a result with an error set<br><br><br></div><br>I know I'm doing it wrong, but if someone explains to me how to fix it, with an example I would really appreciate it.<br></div>Regards<br></div>