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. Howto implement a multi-tap input method for qt5?

Howto implement a multi-tap input method for qt5?

Scheduled Pinned Locked Moved Mobile and Embedded
4 Posts 3 Posters 1.8k 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.
  • J Offline
    J Offline
    jackylau
    wrote on last edited by
    #1

    Hi, all.
    I'm working on a embedded project which has only one qt5 app running in frontend. The device we using has a 3x4 number keypad, and we want to implement a multi-tap input method for qt5. Can anyone tell me that how can we do that? Are there any document and example?

    1 Reply Last reply
    0
    • K Offline
      K Offline
      kumararajas
      wrote on last edited by
      #2

      Hello!

      Did you get the answer for your question?

      --Kumar

      1 Reply Last reply
      0
      • raven-worxR Offline
        raven-worxR Offline
        raven-worx
        Moderators
        wrote on last edited by
        #3

        as long as the touchscreen and OS supports it, Qt will also support it.

        --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
        If you have a question please use the forum so others can benefit from the solution in the future

        1 Reply Last reply
        0
        • K Offline
          K Offline
          kumararajas
          wrote on last edited by
          #4

          Hi Raven,
          I dont think so if Jacky is speaking about "touch screen" application.

          What i understand is, he has a "numpad" keyboard in his device. Something like low-end mobile phone. Where, each key is mapped to "three" alphabets.

          And he want to know, if Qt has a facility to take input as "multi-tap"

          I have a the same scenario in my case.

          I know that there are some input methods hints

          Qt::ImhHiddenText
          Qt::ImhNoAutoUppercase
          Qt::ImhPreferNumbers
          Qt::ImhPreferUppercase
          Qt::ImhPreferLowercase
          Qt::ImhNoPredictiveText

          For example, if we want to allow entering only numbers , we can set the method hint as Qt::ImhPreferNumbers. What i think is, Qt will open "numpad" for entering numbers.

          Is there any way, where i can get "multi-tap" keyboard on screen or dont show the keyboard but take the input as "multitap"?

          --Kumar

          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