PyQT6 UCI Dockwidget DockWidgetArea error

Jean-Francois Romang jromang at protonmail.com
Thu Feb 25 10:36:12 GMT 2021


Hello,

I had an error about "QtCore.Qt.DockWidgetArea" not being a member of QtCors.Qt.
I corrected this by assing a "S" in line 387 of 'uiparser.py":
topwidget.addDockWidget(QtCore.Qt.DockWidgetArea(dwArea)
-->topwidget.addDockWidget(QtCore.Qt.DockWidgetAreas(dwArea)
After that no more problems.
I don't know of to subit a patch request ?

Jean-Francois
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20210225/e22ed777/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 855 bytes
Desc: OpenPGP digital signature
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20210225/e22ed777/attachment.sig>


More information about the PyQt mailing list