types-PySide
types-PySide copied to clipboard
The most accurate type stubs for PySide / Qt for Python
Hi! First of all, thank you very much for the extension! As the title suggests, the `typing.Callable` is incomplete as an annotation. While `mypy` never complains, not even in `--strict`...
When I tried to use these stubs in vscode they didn't work, then checking the Output window (under python) I discovered a number of errors like this: /stubs/PySide2-stubs/QtCore.pyi:377:5: error: Signature...
Hello, I have been trying to get your stubs working alongside my PyCharm project. I am using Qt.py from which `types-PySide` is perfectly installed using `1.3.8`. But they are not...