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. Qt visualkeyboard in Embedded development board
Forum Update on Monday, May 27th 2025

Qt visualkeyboard in Embedded development board

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
9 Posts 3 Posters 627 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.
  • M Offline
    M Offline
    migu
    wrote on last edited by
    #1

    I plan to use the virtual keyboard provided by QML to display on the embedded development board.
    But i got some progerm.

    jsulmJ 1 Reply Last reply
    0
    • M migu

      I plan to use the virtual keyboard provided by QML to display on the embedded development board.
      But i got some progerm.

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @migu said in Qt visualkeyboard in Embedded development board:

      But i got some progerm

      Good to know.
      Would you mind to describe the problem?

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1
      • M Offline
        M Offline
        migu
        wrote on last edited by
        #3

        The QT version on my board is 5.14,and I added a virtual keyboard when compiling the source code.
        But when run the "basic" routine.It not have any tips.I clicked it but nothing happened.

        jsulmJ 1 Reply Last reply
        0
        • M migu

          The QT version on my board is 5.14,and I added a virtual keyboard when compiling the source code.
          But when run the "basic" routine.It not have any tips.I clicked it but nothing happened.

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @migu said in Qt visualkeyboard in Embedded development board:

          But when run the "basic" routine.It not have any tips

          What is "basic routine"? So, what you're running on the device?
          And what do you mean by "tips"?

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          1
          • M Offline
            M Offline
            migu
            wrote on last edited by
            #5

            Forgive my poor English, "basic" is the official routine name.758e6663-92fe-4cd5-82db-3f06ba6d9239-image.png I didn't get any errors or warnings after running.But when I click on the dialog box, the virtual keyboard doesn't pop up and nothing happens.I used the cross compilation tool to generate the program on the development board.

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

              Hi,

              Did you check that all the required librairies and plugins are deployed as well ?
              Did you force the use of the virtual keyboard as input method ?

              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
              • M Offline
                M Offline
                migu
                wrote on last edited by
                #7

                I think maybe it lacks library files, but when I use the "LDD" command to view it on the embedded development board, it has all the necessary libraries. Maybe this is why there are no errors and warnings.And what do you mean by forcing the use of virtual keyboard? I haven't seen relevant statements in the official documents. If you have any good methods, please let me know. Thank you!!!

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

                  It's described here in the deployment guide.

                  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
                  • M Offline
                    M Offline
                    migu
                    wrote on last edited by
                    #9

                    Thanks for your help. After reading several code projects, I realized that the official source code directly copied lacked an important part, language. When I added this part, my code ran smoothly.09c54b2c-4a07-44b2-bbf0-93fcd8681079-image.png 67600d05-6c71-41bd-b600-2620cc8a6e81-image.png

                    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