Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Unsolved Qt Virtual Keyboard

    QML and Qt Quick
    3
    5
    484
    Loading More Posts
    • 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
      mantra last edited by mantra

      How can different custom keyboard layouts be used in the same application but on different QML forms?

      I have followed everything on Qt Documentation for Virtual Keyboard in QML, i am able to create and load my custom keyboards as well, but i am not able to load different layouts in different forms.

      Is there any way to create and load virtual keyboard for a qml form and destroy on page destruction and load again on another ?

      I am using Qt 5.13.1 (MSVC 2017, 32 bit)

      1 Reply Last reply Reply Quote 0
      • SGaist
        SGaist Lifetime Qt Champion last edited by

        Hi,

        What do you mean by different layouts ?

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

        M 1 Reply Last reply Reply Quote 0
        • M
          mantra @SGaist last edited by

          @SGaist by different layouts I mean, I have created a separate layout for numeric keyboard and separate for qwerty keyboard, these keyboards exist in different qml forms, when i switch to another form and send event to open qwerty keyboard, qwerty gets shrinked into numeric layout.
          after navigating from qwerty above is the observation

          ACTUAL:
          3bb1d570-d40d-4791-8f74-a238f6eac425-image.png

          EXPECTED:
          535b9f65-5cf3-4e61-9881-1d9b13806829-image.png

          1 Reply Last reply Reply Quote 0
          • SGaist
            SGaist Lifetime Qt Champion last edited by

            Something is not clear, are you using the Qt Virtual Keyboard module ?

            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 Reply Quote 0
            • E
              Emiiliaa last edited by Emiiliaa

              The Qt Virtual Keyboard project provides an input framework and reference keyboard frontend for Qt 6 on Linux Desktop/X11, [Windows Desktop], and Boot2Qt targets. The input framework makes it easy to write custom input methods or to integrate 3rd party input engines.

              1 Reply Last reply Reply Quote 0
              • First post
                Last post