Skip to content

mazj/VirtualInput

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published