PDA

View Full Version : popup QKeyEvent in QComboBox



olosie
25th April 2009, 07:15
keyPressEvent(QKeyEvent * event) event grab keys only from edit line. I want get keys also from popup. How to do this?

caduel
25th April 2009, 09:06
install an event filter on it

olosie
25th April 2009, 09:24
install an event filter on it
but I cannot receive any event from popup so how can I install eventfilter on it?