Qt::Key_Up, Qt::Key_Down, Qt::Key_Left, Qt:Key_Right - Windows Platform Problem
-
Hello guys,
Catching key events is not a problem on a Mac, everything works as expected,the same code on Windows runs fine, but not for the arrow keys!
What happens? Pressing any of the four arrow keys does not trigger any event, because Windows thinks i want to navigate through the buttons of my application!
It's like when you don't have a mouse and you are force to use only the keyboard and you use the arrows for change the current "active" button of an application...
Any solution to this problem? Is this a known problem?Platform: Qt 5.3.2 / Qt 5.4 - Windows 8.1 64 bit
Thanks