When converting enums into QVariants it get stored as Shiboken enums and not Qt Enums.
So in C++ side if we have code that check for enums the code will fail.
- relates to
-
PYSIDE-3066 setProperty() does not work with Enums
-
- Closed
-
- resulted in
-
PYSIDE-3217 Reg->6.10: C++ Enums in Python Qt Widgets designer plugins no longer work
-
- Reported
-