You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the output is [<PyQt6.QtGui.QAction object at 0x000001B599588910>] that is the result of addMenu with text = Parent Menu. However, it is not a QAction, it is a QMenu. This will result in incorrect pylance readout. It's like you cannot see the menus inside the menu.
The text was updated successfully, but these errors were encountered:
the output is [<PyQt6.QtGui.QAction object at 0x000001B599588910>] that is the result of addMenu with text = Parent Menu. However, it is not a QAction, it is a QMenu. This will result in incorrect pylance readout. It's like you cannot see the menus inside the menu.
The text was updated successfully, but these errors were encountered: