Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.x
-
None
Description
QMenu inherits addAction from QWidget, but QMenu's class definition has the same exact addAction definitions from QWidget, which in vsc causes pylance to freeze and give None instead of QAction in the return type.