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. Add virtual keypad in Qt4.8
QtWS25 Last Chance

Add virtual keypad in Qt4.8

Scheduled Pinned Locked Moved Mobile and Embedded
7 Posts 2 Posters 2.2k 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.
  • Awadhesh MauryaA Offline
    Awadhesh MauryaA Offline
    Awadhesh Maurya
    wrote on last edited by
    #1

    Hi,
    I want to add virtual keypad in Qt application. I have searched it but it is difficult way to do for every widget.
    I want to know, is there any simpler method to just replace keyboard to virtual customized keypad.

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

      Hi,

      IIRC, QInputContextPlugin is what you are looking after.

      Hope it helps

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

      1 Reply Last reply
      0
      • Awadhesh MauryaA Offline
        Awadhesh MauryaA Offline
        Awadhesh Maurya
        wrote on last edited by
        #3

        Thanks for your reply.

        I have checked docs of QInputContextPlugin, I am confuse that how to start and include in my project. Please give me some example or details guidance about it. I am new to Qt.

        Thanks.

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

          Tool Input Panel Example

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

          Awadhesh MauryaA 1 Reply Last reply
          0
          • SGaistS SGaist

            Tool Input Panel Example

            Awadhesh MauryaA Offline
            Awadhesh MauryaA Offline
            Awadhesh Maurya
            wrote on last edited by
            #5

            @SGaist
            Thanks for your reply.
            I have done it now its working. Now I am facing one issue regarding position of keyboard.
            It is stay always on top-right position, so it appears partially for right-bottom side widgets.

            Please let me know how to configure it so that its position auto adjustable.

            Thanks in advance.

            1 Reply Last reply
            0
            • Awadhesh MauryaA Offline
              Awadhesh MauryaA Offline
              Awadhesh Maurya
              wrote on last edited by
              #6

              @Awadhesh-Maurya said:

              I am facing one issue regarding position of keyboard.
              It is stay always on top-right position, so it appears partially for right-bottom side widgets.

              Please let me know how to configure it so that its position auto adjustable.

              Thanks in advance.

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

                Isn't that the job of the setPosition function like shown in the examples ?

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

                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