<div dir="ltr">Hello,<div>I am trying to convert a python app from PyQt5 to PyQt6 and I am using theĀ uic module to load the GUI.</div><div>However uic fails loading when I have either the layoutFieldGrowthPolicy or rowWrapPolicy fields set on a QFormLayout, attached is an example ui file that fails when ran with 'pyuic6 -p' and the output from 'pyuic6 --debug -p'.</div><div>From my own investigation into the issue it appears that these enums need to be added to PyQt6/uic/enum_map.py.</div><div><br></div><div>Any assistance would be appreciated.</div><div><br></div><div>-Timmy</div></div>