Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Qt Virtual Keyboard
Forum Updated to NodeBB v4.3 + New Features

Qt Virtual Keyboard

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
5 Posts 3 Posters 943 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
    mantra
    wrote on 5 Jan 2021, 19:48 last edited by mantra 1 May 2021, 19:52
    #1

    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
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 5 Jan 2021, 20:57 last edited by
      #2

      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 5 Jan 2021, 21:36
      0
      • S SGaist
        5 Jan 2021, 20:57

        Hi,

        What do you mean by different layouts ?

        M Offline
        M Offline
        mantra
        wrote on 5 Jan 2021, 21:36 last edited by
        #3

        @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
        0
        • S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 6 Jan 2021, 20:01 last edited by
          #4

          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
          0
          • E Offline
            E Offline
            Emiiliaa
            wrote on 14 Oct 2022, 09:32 last edited by Emiiliaa
            #5

            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
            0

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved