@@ -5947,11 +5947,11 @@ class QObject(Shiboken.Object):
59475947 def emit(self, arg__1: Union[bytes, bytearray, memoryview], *args: None) -> bool: ...
59485948 def event(self, event: PySide6.QtCore.QEvent) -> bool: ...
59495949 def eventFilter(self, watched: PySide6.QtCore.QObject, event: PySide6.QtCore.QEvent) -> bool: ...
5950- def findChild(self, type: type , name: str = ..., options: PySide6.QtCore.Qt.FindChildOption = ...) -> Optional[PlaceHolderType]: ...
5950+ def findChild(self, type: Type[PlaceHolderType] , name: str = ..., options: PySide6.QtCore.Qt.FindChildOption = ...) -> Optional[PlaceHolderType]: ...
59515951 @overload
5952- def findChildren(self, type: type , name: str = ..., options: PySide6.QtCore.Qt.FindChildOption = ...) -> Iterable [PlaceHolderType]: ...
5952+ def findChildren(self, type: Type[PlaceHolderType] , name: str = ..., options: PySide6.QtCore.Qt.FindChildOption = ...) -> List [PlaceHolderType]: ...
59535953 @overload
5954- def findChildren(self, type: type , pattern: Union[PySide6.QtCore.QRegularExpression, str], options: PySide6.QtCore.Qt.FindChildOption = ...) -> Iterable [PlaceHolderType]: ...
5954+ def findChildren(self, type: Type[PlaceHolderType] , pattern: Union[PySide6.QtCore.QRegularExpression, str], options: PySide6.QtCore.Qt.FindChildOption = ...) -> List [PlaceHolderType]: ...
59555955 def inherits(self, classname: str) -> bool: ...
59565956 def installEventFilter(self, filterObj: PySide6.QtCore.QObject) -> None: ...
59575957 def isQuickItemType(self) -> bool: ...
0 commit comments