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 6.5 virtualkeyboard does not hide
Forum Updated to NodeBB v4.3 + New Features

Qt 6.5 virtualkeyboard does not hide

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

    Switching from Qt 5.15 to Qt 6.5, I've noticed that the virtual keyboard does not have the "Hide" key anymore. Wich is a bummer because there also seems to be a bug where the keyboard does not hide when pressing the enter key after filling a TextField...

    I tried to overcome this issue by creating my own layout in qrc:/imports/QtQuick/VirtualKeyboard and by adding qputenv("QT_VIRTUALKEYBOARD_LAYOUT_PATH", ":/imports/QtQuick/VirtualKeyboard/Layouts"); in main.cpp but now when printing VirtualKeyboardSettings.availableLocales I only have my custom layout "fr_CH" and the number, dialpad, digits etc... are not available anymore unless I copy the fallback layout in my folder

    Capture d’écran du 2023-07-14 13-37-06.png

    What did I miss to add correctly my own layout? And why did the default layout changed with Qt 6?

    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