Hi all
Hope someone can help me. I have managed to add a context menu to a listwidget with currentley only one menu item called "Get details"
What i wanted was something like the below:
Code:
If (pop_menu->menuItem->clicked()) { Do this }
Is this possible?