PDA

View Full Version : SOLVED:QtDesigner:QPushButton PopUp Menu



thefatladysingsopera
21st August 2011, 17:20
I have made a small application and it i have a save(
ui.saveButton) and cancel(
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/11727-QPushButton-PopUp-menu but haven't succeeded in having the menus i want.

How should i implement that?.