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 to hide and disable virtual keyboad key?
Forum Updated to NodeBB v4.3 + New Features

How to hide and disable virtual keyboad key?

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

    Hi all,
    I'd like to modify the "style.qml" file to hide some keys of the virtual keyboard. In particular, I want to hide the follow keys:

    • language (item "languageKeyPanel")
    • handwriting (item "handwritingKeyPanel")
    • mode (item "modeKeyPanel")
    • hide (item "hideKeyPanel")

    I can hide the key by setting its "visible" property to "false" but I can't disable the function associated to its touch event.

    Any advice?

    Another question. How can I rearrange the keyboard layout?

    Many thanks

    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