PyQt6: QtCore.pyqtsignal is a typoed type hint?

Kairi Eisei kairi.satellite at gmail.com
Fri Feb 3 13:27:26 GMT 2023


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.


Thanks,

kairi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20230203/bafa2879/attachment.htm>


More information about the PyQt mailing list