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. Virtual keyboard pressed keys

Virtual keyboard pressed keys

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
virtualkeyboardinput panel
1 Posts 1 Posters 541 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.
  • P Offline
    P Offline
    prasanth
    wrote on last edited by prasanth
    #1

    I was able to show the virtual keyboard using the below code

    import QtQuick.VirtualKeyboard 2.0
    Window {
    visible: true
    width: 640
    height: 480
    title: qsTr("Hello KeyBoard")

        InputPanel {
            id: inputPanel
            z: 89
            y: 0
            anchors.left: parent.left
            anchors.right: parent.right
    
    
    
        }
    

    }

    How can I get the pressed 'keys' from the InputPanel.I dont need to display the keys in TextField.Any help would be greatly appreciated.

    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