<div dir="ltr">Just double checking here before I port a whole bunch of code.<div><br></div><div>It looks like Qt enums in PyQt6 now subclass python's `Enum` class - and so need to have the enum class name added whenever referencing enum values. Correct?<div><br></div><div>For example: <font face="monospace">QFont.Medium</font></div></div><div><br></div><div>must become<font face="monospace"> QFont.Weight.Medium</font></div><div><br></div><div>Or is there a way to avoid changing all references to Qt enum values while staying with good practices?</div><div><br></div><div>Cheers,</div><div>-Patrick</div></div>