If you delete a QAction, it will be removed from the menu. But don't pass "null" as a pointer to the parent, but instead use a pointer to some QObject (like the QMenu object you create).
If you delete a QAction, it will be removed from the menu. But don't pass "null" as a pointer to the parent, but instead use a pointer to some QObject (like the QMenu object you create).
Bookmarks