PDA

View Full Version : Catching signal from Mobile Dialpad buttons



baluk
27th September 2010, 11:55
Hi,

I am creating my first Qt mobile app for Symbian Non touch. I just want to know if it is possible to catch the button clicked signal from any of the Dialpad buttons. Because I have a situation that a user can delete the table row. I would be grateful any suggestions.

Thank You,
Baluk

nish
27th September 2010, 12:05
i think you can re-implement the keyPressEvent() and get the key with QKeyEvent::key();