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 not loading
Qt 6.11 is out! See what's new in the release blog

Virtual keyboard not loading

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

    I am trying to run my software on raspberry 4 running "Raspbian GNU/Linux 11 (bullseye)" without any windowing system, (i use eglfs platform to run it)
    i installed qt libraries using apt package manager and i could run my software but when im trying to use Qt virtual keyboard (when i use InputPanel in my main qml file) i get following errors and my software doesn't run!

    QQmlApplicationEngine failed to load component
    qrc:/main.qml:124:9: Type InputPanel unavailable
    qrc:/QtQuick/VirtualKeyboard/content/InputPanel.qml:32:1: module "QtQml" plugin "qmlplugin" not found
    

    i have to say i also use this line in my main.cpp :(

    qputenv("QT_IM_MODULE", QByteArray("qtvirtualkeyboard"));
    

    I also installed this packages: qml-module-qtquick-virtualkeyboard qtvirtualkeyboard-plugin and libqt5virtualkeyboard5

    For me this line seems to be a bug but i coudn't go furthur to investigate the issue as i coudn't see similar issue on the web!!.

    qrc:/QtQuick/VirtualKeyboard/content/InputPanel.qml:32:1: module "QtQml" plugin "qmlplugin" not found
    

    Thanks for any help

    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