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. Regarding the input keyboard from KDAB
Forum Updated to NodeBB v4.3 + New Features

Regarding the input keyboard from KDAB

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 560 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.
  • Pradeep KumarP Offline
    Pradeep KumarP Offline
    Pradeep Kumar
    wrote on last edited by
    #1

    hi,

    was going through the link, and virtual keyboard as plugin
    https://www.kdab.com/qt-input-method-virtual-keyboard/

    How can i launch the keyboard on click of lineedit in my app.?.

    what i need to do changes in .pro file and main.cpp?

    in main.cpp
    qputenv("QT_IM_MODULE",QByteArray("virtualkeyboard")); should be present.
    other than the qputenv(), any other changes needs to be in my app?.

    And .pro file of virtualkeyboard from KDAB website should contain what all information?.

    Thanks,

    Pradeep Kumar
    Qt,QML Developer

    1 Reply Last reply
    0
    • P Offline
      P Offline
      patrik08
      wrote on last edited by patrik08
      #2

      I think this is to build like a plugin..
      same or not like ...
      https://github.com/githubuser0xFFFF/QtFreeVirtualKeyboard

      i try https://github.com/KDAB/virtual-keyboard-demo and its run by qmake && make && make install in the correct plugin dir... :-)

      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