View Single Post
marxian's Avatar
Posts: 2,448 | Thanked: 9,523 times | Joined on Aug 2010 @ Wigan, UK
#112
Originally Posted by Estel View Post
Out of curiosity, do you think that the problem (mentioned earlier) with ignoring most of keys mapped to hardware keyboard is fixable in Qt Components Hildon, or is sitting outside API's of those classes?

/Estel
I imagine the problem is with how QApplication handles those key events, so it will hopefully be fixable in Qt Components Hildon by getting access to the QApplication instance and installing an event filter on it. On the other hand, it may be necessary to subclass QApplication and re-implement its event handling, in which case it might be better handling it on a per-application basis (at least temporarily, I think in either case sending a patch upstream is the ideal solution for something like this).
__________________
'Men of high position are allowed, by a special act of grace, to accomodate their reasoning to the answer they need. Logic is only required in those of lesser rank.' - J K Galbraith

My website

GitHub
 

The Following 4 Users Say Thank You to marxian For This Useful Post: