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. InputPanel QML Type, getting the key pressed on VirtualKeyboard
QtWS25 Last Chance

InputPanel QML Type, getting the key pressed on VirtualKeyboard

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
1 Posts 1 Posters 314 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.
  • D Offline
    D Offline
    Darta
    wrote on last edited by Darta
    #1

    Hello everyone,

    I have an issue with my virtual keyboard created by an InputPanel into my main.qml like this :

    InputPanel
     {
        width: main.width * 0.8
        z:999
        id: myKeyBoard
        anchors.horizontalCenter: parent.horizontalCenter
        anchors.bottom: parent.bottom
        visible: false
    }
    

    Then In my code I play with the visible of inputPanel and the focus of others items to make it appear or desappear.

    So my issue is that the touch usualy used to hide the keyboard (corner bottom right of the virtual keyboard) isn't working anymore and I would like to connect it with a signal but I can't find the right one.

    So I would be glad for someone to put me in the right direction.

    Thank's in advance.

    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