Steps to reproduce:
- Apply the pyside2840_repro.diff from
PYSIDE-2840 - Sset PYSIDE_DESIGNER_PLUGINS according to https://doc.qt.io/qtforpython-6/tutorials/basictutorial/uifiles.html#tutorial-uifiles )
- Launch pyside6-designer, drag widget onto form
- Note warnings
orientation getter returns Orientation.Horizontal The property "orientation" of type (Qt::Orientation) is not supported yet. mouseButtons returns MouseButton.LeftButton The property "mouseButtons" of type (Qt::MouseButton) is not supported yet. alignment getter returns 2 The property "alignment" of type (Qt::AlignmentFlag) is not supported yet. testEnum getter returns TestEnum.EnumValue1 The property "testEnum" of type (PySide::PyObjectWrapper) is not supported yet. orientation getter returns Orientation.Horizontal The property "orientation" of type (Qt::Orientation) is not supported yet. mouseButtons returns MouseButton.LeftButton The property "mouseButtons" of type (Qt::MouseButton) is not supported yet. alignment getter returns 2 The property "alignment" of type (Qt::AlignmentFlag) is not supported yet. testEnum getter returns TestEnum.EnumValue1 The property "testEnum" of type (PySide::PyObjectWrapper) is not supported yet.
- relates to
-
PYSIDE-2840 Enum properties unsupported in Qt Designer custom widgets
-
- Closed
-
-
PYSIDE-3084 QVariant does not store enums as real enums
-
- Closed
-