<!DOCTYPE html>
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Hi Phil,</p>
    <p>I just modified a designer form file using Qt Designer 6.7.1 and tried to compile it to a Python file with pyuic6 of PyQt 6.7.0. Unfortunately that fails. It seems that pyuic6 cannot handle the way enums are written to the .ui file (see attached form file and diff to previous version).</p>
    <p>If I manually edit (e.g.)</p>
    <p><enum>Qt::Orientation::Vertical</enum></p>
    <p>to read</p>
    <p><enum>Qt::Vertical</enum></p>
    <p>pyuic6 is able to compile the form file again. Unfortunately this is kind of a show stopper for me. ðŸ˜­</p>
    <p>Regards,
Detlev
</p>
    <p><style type="text/css">p, li { white-space: pre-wrap; }hr { height: 1px; border-width: 0; }li.unchecked::marker { content: "\2610"; }li.checked::marker { content: "\2612"; }</style></p>
    <p><style type="text/css">p, li { white-space: pre-wrap; }hr { height: 1px; border-width: 0; }li.unchecked::marker { content: "\2610"; }li.checked::marker { content: "\2612"; }</style></p>
    <pre class="moz-signature" cols="72">-- 
Detlev Offenbach
<a class="moz-txt-link-abbreviated" href="mailto:detlev@die-offenbachs.de">detlev@die-offenbachs.de</a></pre>
  </body>
</html>