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. How do I remove or move the built-in virtual keyboard?

How do I remove or move the built-in virtual keyboard?

Scheduled Pinned Locked Moved Solved QML and Qt Quick
6 Posts 3 Posters 629 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
    Mihaill
    wrote on last edited by
    #1

    Hi!
    The built-in keyboard obscures the input elements. I can create another keyboard in the place I want. But how to move or remove the built-in keyboard?

    ODБOïO 1 Reply Last reply
    0
    • M Mihaill

      Hi!
      The built-in keyboard obscures the input elements. I can create another keyboard in the place I want. But how to move or remove the built-in keyboard?

      ODБOïO Offline
      ODБOïO Offline
      ODБOï
      wrote on last edited by ODБOï
      #2

      @Mihaill hi
      QT -= virtualkeyboard in the project file

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

        It's not work

        Pablo J. RoginaP 1 Reply Last reply
        0
        • M Mihaill

          It's not work

          Pablo J. RoginaP Offline
          Pablo J. RoginaP Offline
          Pablo J. Rogina
          wrote on last edited by
          #4

          @Mihaill is this post related to this one also from you?

          Upvote the answer(s) that helped you solve the issue
          Use "Topic Tools" button to mark your post as Solved
          Add screenshots via postimage.org
          Don't ask support requests via chat/PM. Please use the forum so others can benefit from the solution in the future

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

            Almost, in the last topic I learned to create a new keyboard in a new place. Now I need to remove or move the old one.

            1 Reply Last reply
            0
            • M Offline
              M Offline
              Mihaill
              wrote on last edited by
              #6

              In the test project, this code works fine, in another project, 2 keyboards are opened.

                  InputPanel {
                      id: inputPanel
                      z: 1
                      //y: Qt.inputMethod.visible ? parent.height - inputPanel.height : parent.height
                      anchors.left: parent.left
                      anchors.right: parent.right
                      anchors.top: parent.top
                      visible: Qt.inputMethod.visible
                  }
              
              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