How to get the menu item number from QAction returned by QMenu::exec()?
I have a simple pop-up that requires a user selection (or cancellation) that uses a QMenu, and I simply want which item in the menu (first or second/0 or 1) was selected, but I do not see a member function of QAction that gives me this.