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?
Forum Updated to NodeBB v4.3 + New Features

What is keypad navigation?

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
embeddedqapplicationkeypadnavigation
4 Posts 2 Posters 2.9k Views 1 Watching
  • 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.
  • I Offline
    I Offline
    IL
    wrote on 17 Jan 2016, 09:14 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

    I 1 Reply Last reply 17 Jan 2016, 09:43
    0
    • I IL
      17 Jan 2016, 09:14

      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

      I Offline
      I Offline
      IL
      wrote on 17 Jan 2016, 09:43 last edited by
      #2

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

      1 Reply Last reply
      0
      • S Offline
        S Offline
        SGaist
        Lifetime Qt Champion
        wrote on 17 Jan 2016, 20:54 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

        I 1 Reply Last reply 18 Jan 2016, 07:29
        0
        • S SGaist
          17 Jan 2016, 20:54

          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

          I Offline
          I Offline
          IL
          wrote on 18 Jan 2016, 07:29 last edited by
          #4

          @SGaist
          Thanks Champ, I am checking it.

          1 Reply Last reply
          0

          2/4

          17 Jan 2016, 09:43

          • Login

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