mazj / VirtualInput

virtual keyboard for QT Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VirtualInput (qtcentre.org)

virtual keyboard for QT Applications

numpad layout:

keyboard layout:

Virtual Keyboard for touch-screen devices written in C/C++ Qt, compatible with 5.x The keyboard only works with QLineEdit.

the widget is written by (StrikeByte) I added a simple example to show the usage.

How to use:

  • Build the library
  • copy the library to platforminputcontexts in your application or to plugins/platforminputcontexts in your QtDir
  • Add a custom property named "keyboard" (without the quotes) of the type bool to the QLineEdit and set it to enabled
  • For text you can set the maxLength property
  • For values you can add a QIntValidator to the QLineEdit

About

virtual keyboard for QT Application


Languages

Language:C++ 90.3%Language:QMake 8.5%Language:C 1.2%