Uploaded image for project: 'Qt for Python'
  1. Qt for Python
  2. PYSIDE-3217

Reg->6.10: C++ Enums in Python Qt Widgets designer plugins no longer work

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2: Important P2: Important
    • 6.10.1, 6.11.0
    • 6.10.0
    • PySide
    • None
    • All
    • 88f47e44d (dev), 60734c9b3 (6.10)

      Steps to reproduce:

      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.
      
      

       

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            kleint Friedemann Kleint
            kleint Friedemann Kleint
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: