Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. How to create qtvirtual keyboard based qtwidget application for arm board?
Qt 6.11 is out! See what's new in the release blog

How to create qtvirtual keyboard based qtwidget application for arm board?

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
2 Posts 2 Posters 313 Views 1 Watching
  • 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.
  • A Offline
    A Offline
    ananthavidhya
    wrote on last edited by
    #1

    I created qt widget application in which under main.cpp file i added this line qputenv("QT_IM_MODULE", QByteArray("qtvirtualkeyboard")); for opening virtual keyboard which is working fine in desktop well once in cross-compiled and run the bin file on arm board nothing is (no virtual keyboard ) opening. I am trying to figure out with support of examples but the example one which given is in qml format so i am strucked here.
    Please someone help me out.
    Thanks & Regards
    A.N.V.Lavanya

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      Does your cross-compiled Qt include that module ?
      What is deployed ?
      If so, start your application with the QT_DEBUG_PLUGINS environment variable set to 1.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      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