<div dir="ltr"><div dir="ltr"><div dir="ltr"><div>The section on enums [0] needs two things. One, it badly needs to distinguish the relationship (or explicitly deny any relationship) to Python Enums [1]. The person who knows Python but little C++ might naturally expect to do settings.value('flag', type=IntEnum) (and indeed why not?)<br></div><div><br></div><div>Two, a little example code would be a big help. What is the syntax for "specifying the scope of the enum"?</div><br><div>[0] <a href="https://pyqt.readthedocs.io/en/latest/gotchas.html#enums">https://pyqt.readthedocs.io/en/latest/gotchas.html#enums</a></div><div><br></div><div>[1] <a href="https://docs.python.org/3.6/library/enum.html">https://docs.python.org/3.6/library/enum.html</a><br></div></div></div></div>