[Qt-interest] QComboBox Popup Access

Andre Somers andre at familiesomers.nl
Thu Oct 14 07:53:28 CEST 2010


  Op 13-10-2010 14:53, Sean Hayes schreef:
>
>> You should be able to install an eventfilter on either of them. Is that
>> what you were after?
> That is not exactly what I am after. The view() gives me access to
> events that occur while I am interacting with the popup. However, when
> the popup is open, any events that are generated from interacting with
> any other widget are diverted to the QComboBoxPrivateContainer and
> never arrive anywhere else. Is my understanding correct? I really need
> to know if a mouse or touch event occurs in other parts of the
> application while the QComboBox popup is visible.
>
And if you enable mouse tracking, do you get these events then?

André




More information about the Qt-interest-old mailing list