Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt Virtual Keyboard
Qt 6.11 is out! See what's new in the release blog

Qt Virtual Keyboard

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 368 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.
  • G Offline
    G Offline
    guille31794
    wrote on last edited by guille31794
    #1

    Dear all,

    I've cross compiled Qt 5.15.7 to use with my Raspberry Pi 3, and now, I need to use the virtual keyboard from Qt.
    It seems I haven't builded or configured on first place, so I'd like to know how to do it, because at the moment, I started the repository, but when I try to configure it:

    ../hostBinaries/bin/qmake ../qt5/qtvirtualkeyboard/qtvirtualkeyboard.pro 'CONFIG+=lang-all' -v 
    

    It says:

    QMake version 3.1
    Using Qt version 5.15.7 in /opt/qt5pi/targetBinaries/lib
    

    I'm following: https://doc.qt.io/qt-5/qtvirtualkeyboard-build.html

    But I don't seem to understand how to proceed. There isn't a guide step by step from where I am to integrate the keyboard in my project?

    EDIT: I finally got downloaded, configured, builded and loaded QtvirtualKeyboard into my rpi 3. Not working yet. If somebody has any suggestion, I'm still reading all the documentation. I've added:

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

    In my main.cpp file and QT+= virtualkeyboard in my .pro file. Still, when I click on a QLineEdit, the keyboard does not deploy.
    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