When the ComboBox popup the menu all the mouse press events in the window are catch by the mousePressEvent from QComboBoxPrivateContainer.
How can I implement this behavior? The click is outside the widget (in the window).
Thank you in advance!
Printable View
When the ComboBox popup the menu all the mouse press events in the window are catch by the mousePressEvent from QComboBoxPrivateContainer.
How can I implement this behavior? The click is outside the widget (in the window).
Thank you in advance!