Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
6.7.0
-
None
-
dc7b709f1 (dev), cd8933afb (6.7), 76fe0f325 (tqtc/lts-6.5), ae8ec3c57 (tqtc/lts-6.2)
Description
QtCore.pyi is missing import of Iterable from typing.
class QObject(Shiboken.Object): ... def findChildren(self, type: type, name: str = ..., options: PySide6.QtCore.Qt.FindChildOption = ...) -> Iterable: ...