What is keypad navigation?
-
wrote on 17 Jan 2016, 09:14 last edited by
Can someone please elaborate about “keypad navigation”, I have found very little documentation about this issue.
QT docs only mentioned that:- Quote: "Sets the kind of focus navigation Qt should use to mode"
- Quote: "On Windows CE this feature is disabled by default for touch device mkspecs. To enable keypad navigation, build Qt with QT_KEYPAD_NAVIGATION defined"
- Obsolete Members for QApplication qt5 include one of it's methods - setKeypadNavigationEnabled()
Just for clarification, my QT application running on Linux embedded ARM target system (Beagle-bone like).
Thanks in advance,
IL -
Can someone please elaborate about “keypad navigation”, I have found very little documentation about this issue.
QT docs only mentioned that:- Quote: "Sets the kind of focus navigation Qt should use to mode"
- Quote: "On Windows CE this feature is disabled by default for touch device mkspecs. To enable keypad navigation, build Qt with QT_KEYPAD_NAVIGATION defined"
- Obsolete Members for QApplication qt5 include one of it's methods - setKeypadNavigationEnabled()
Just for clarification, my QT application running on Linux embedded ARM target system (Beagle-bone like).
Thanks in advance,
ILwrote on 17 Jan 2016, 09:43 last edited byI also didn't find a suitable way to define QT_KEYPAD_NAVIGATION flag.
-
Hi,
It refers to navigating your application/OS using the buttons of the keypad. 2 4 6 and 8 are the arrows used to move your mouse cursors.
./configure -D QT_KEYPAD_NAVIGATION
-
Hi,
It refers to navigating your application/OS using the buttons of the keypad. 2 4 6 and 8 are the arrows used to move your mouse cursors.
./configure -D QT_KEYPAD_NAVIGATION
3/4