Hi all I want to have a context menu on a qlistwidget.
I am using the designer and followed the first example from:

http://www.developer.nokia.com/Commu...licks_using_Qt

Everything is working fine, the menu pops up. But how can I catch in my MainWindow if the first entry from context menu is clicked or action is triggerd. Or to run a procedure from MainWindow when context menu is clicked.

Any help is appreciated.