Details
-
Bug
-
Resolution: Fixed
-
P4: Low
-
6.7.1
-
None
-
d23c162a5 (dev), 8fa203a34 (6.7), 173678662 (tqtc/lts-6.5), 479e0c1c2 (tqtc/lts-6.2)
Description
QtWidgets.pyi says
class QFormLayout(PySide6.QtWidgets.QLayout):
...
def getLayoutPosition(self, layout: PySide6.QtWidgets.QLayout) -> object: ...
I have seen that function return "tuple[int, QFormLayout.ItemRole]", so the return type might be improved.