I work on a Qt application in an embedded system and I only have a remote on which the main key is Key_space.
So, I would like to have a QComboBox on which you can select an item when pushing the Key_space button.
How to do it ? Maybe I should inherit from QComboBox and redefine keyPressEvent ?