Hi all. I am popping up a QListWidget when someone clicks on a button in my app.
Then I would like to process the QListWidget selection but when the user clicks on
one of the items, Qt seems to think that the user is clicking on what is behind/under
the QListWidget. Is there a way to let Qt know that the user is clicking on a QListWidget item
when this widget is displayed?

Thank you for any help.
tvj