PyQt6: QtCore.pyqtsignal is a typoed type hint?

Phil Thompson phil at riverbankcomputing.com
Sun Feb 5 10:40:57 GMT 2023


On 03/02/2023 13:27, Kairi Eisei wrote:
> Hello,
> 
> 
> The type hints `QtCore.pyqtsignal` found scattered in PyQt6 (about 820) 
> are
> not resolved by the static analysis tool.
> 
> Could they be typos in `QtCore.pyqtSignal`?
> 
> 
> I also found that `QtCore` and `QtGui` are not imported in
> `PyQt6/QAxContainer.pyi`.
> 
> I think it needs a line as `from PyQt6 import QtCore, QtGui`.
> 
> 
> Sorry if I'm saying something wrong, I'm a complete noob to PyQt.
> 
> Also sorry if this has already been mentioned.

I've updated the previews on the local PyPI server.

Thanks,
Phil


More information about the PyQt mailing list