Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. About Qt Virtual Keyboard

About Qt Virtual Keyboard

Scheduled Pinned Locked Moved Unsolved General and Desktop
6 Posts 4 Posters 826 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.
  • M Offline
    M Offline
    mulfycrowh
    wrote on last edited by
    #1

    Hi everyone,

    The Qt Virtual Keyboard comes with a QML example.
    My application is not a QML application. It uses Qt widgets.
    I am looking for an example of implementation of this Qt Virtual Keyboard with Qt widgets.

    Thank you for help.

    Here the link:
    https://doc.qt.io/qt-5.12/qtvirtualkeyboard-module.html

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

      Hi,

      As shown here, you just need to load the plugin and use your application.

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

      M A 2 Replies Last reply
      1
      • SGaistS SGaist

        Hi,

        As shown here, you just need to load the plugin and use your application.

        M Offline
        M Offline
        mulfycrowh
        wrote on last edited by
        #3

        @SGaist I Do not understand the C++ classes very well

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

          You do not need them so what issues would that be ?

          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 mulfycrowh

            @SGaist I Do not understand the C++ classes very well

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

            @mulfycrowh said in About Qt Virtual Keyboard:

            I Do not understand the C++ classes very well

            Then how are you using QtWidgets, which are C++ classes?

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

            1 Reply Last reply
            0
            • A aim0d referenced this topic on
            • SGaistS SGaist

              Hi,

              As shown here, you just need to load the plugin and use your application.

              A Offline
              A Offline
              aim0d
              wrote on last edited by
              #6

              @SGaist I tried adding this line

              qputenv("QT_IM_MODULE", QByteArray("qtvirtualkeyboard"));

              and then a QML script for a only number keyboard, but how can I implement that everytime that i click on a QLineEdit it opens?

              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