Lets say I have a bunch of tabs on a tab widget.. I also have a custom context menu for tab widget but I want a different custom context menu to show depending on what tab the user right-clicks on.. How can I tell which tab the user is right-clicking on???

eg, if the user right clicks on the "orders" tab, I want a custom context menu to drop down where they can add new order, delete order, ect.. If they right click on the "customers" tab, they can then add, change, delete customers..

Let me know if more information is needed..