Hi all,

I am trying to catch all mouse button events to make a record/play functionality in my GUI, and it is working quite ok now.

However, I find that any QComboBox does have the MouseButtonPress event when it is clicked, but never has a MouseButtonRelease event. Not even when an item of the comboBox is selected. Is there a reason for this, or am I missing something?

Ps. I am installing an event filter for all QObjects with installEventFilter.

Greetings to all
Beluvius