I have made a small application and it i have a save() and cancel(Code:
ui.saveButton
).Code:
ui.cancelButton
I want to have some pop up menu on save button; Save New and Save Edits.I have looked at this thread http://www.qtcentre.org/threads/1172...ton-PopUp-menu but haven't succeeded in having the menus i want.
How should i implement that?.