Quote Originally Posted by jacek
Open Qt Assistant, select the "Index" tab, enter "QListWidget" in the "Look for" text edit, select QListWidget from the list, click "List of all members, including inherited members" link, press Ctrl+F, enter "contextMenu" in the dialog and press return 5 times. I hope you will know what to do next.
I think that I could find the treasure in the island following this instructions but all I've found is the "contextMenuEvent" that's a protected method so I should need to subclass QListWidget to use it and that's exactly what I want to avoid, if it's possible...