PDA

View Full Version : QComboBox menu mouse press event



San_Cou
30th January 2013, 17:18
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!