Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. What is keypad navigation?
QtWS25 Last Chance

What is keypad navigation?

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
embeddedqapplicationkeypadnavigation
4 Posts 2 Posters 2.9k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • ILI Offline
    ILI Offline
    IL
    wrote on last edited by
    #1

    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

    ILI 1 Reply Last reply
    0
    • ILI 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,
      IL

      ILI Offline
      ILI Offline
      IL
      wrote on last edited by
      #2

      I also didn't find a suitable way to define QT_KEYPAD_NAVIGATION flag.

      1 Reply Last reply
      0
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #3

        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

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        ILI 1 Reply Last reply
        0
        • SGaistS SGaist

          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

          ILI Offline
          ILI Offline
          IL
          wrote on last edited by
          #4

          @SGaist
          Thanks Champ, I am checking it.

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved