Severe issue with pyuic6 6.7.0

Detlev Offenbach detlev at die-offenbachs.de
Thu Jun 6 16:26:32 BST 2024


Hi Phil,

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).

If I manually edit (e.g.)

<enum>Qt::Orientation::Vertical</enum>

to read

<enum>Qt::Vertical</enum>

pyuic6 is able to compile the form file again. Unfortunately this is 
kind of a show stopper for me. 😭

Regards, Detlev

-- 
Detlev Offenbach
detlev at die-offenbachs.de

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20240606/4904ef18/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PipPage.ui.diff
Type: text/x-patch
Size: 2584 bytes
Desc: not available
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20240606/4904ef18/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PipPage.ui
Type: application/x-designer
Size: 5727 bytes
Desc: not available
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20240606/4904ef18/attachment-0001.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_0xBD1F26A5DA8A6150.asc
Type: application/pgp-keys
Size: 660 bytes
Desc: OpenPGP public key
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20240606/4904ef18/attachment.asc>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature.asc
Type: application/pgp-signature
Size: 236 bytes
Desc: OpenPGP digital signature
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20240606/4904ef18/attachment.sig>


More information about the PyQt mailing list