Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
6.8.2
-
None
-
-
bb292c4f9 (dev), 9771b7ea1 (6.9)
Description
(reported from PySide6)
Static method QInputDialog.getText() does not accept None as parent widget argument.
See example attached which should type-check correctly but does not.
The problem also exists for the other static QInputDialog.get* methods.