PyQT6 UCI Dockwidget DockWidgetArea error

Phil Thompson phil at riverbankcomputing.com
Thu Feb 25 21:20:25 GMT 2021


On 25/02/2021 10:36, Jean-Francois Romang wrote:
> 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 ?

Should be fixed in the next snapshot.

Thanks,
Phil


More information about the PyQt mailing list