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
Forum Updated to NodeBB v4.3 + New Features

Virtual keyboard not loading

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
1 Posts 1 Posters 339 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.
  • M Offline
    M Offline
    Milad
    wrote on 15 Sept 2022, 14:10 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

    1/1

    15 Sept 2022, 14:10

    • Login

    • Login or register to search.
    1 out of 1
    • First post
      1/1
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved