HI,
I would like to disable device virtual keyboard and button events by grabbing these events using a Qt class method. Can someone explain where I should start?
Thanks,
Jim
HI,
I would like to disable device virtual keyboard and button events by grabbing these events using a Qt class method. Can someone explain where I should start?
Thanks,
Jim
You should reimplement QWidget::event() in your class.
http://doc.qt.nokia.com/4.6/qwidget.html#event