Skip to content

MiroslavR/QOnScreenKeyboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains virtual Keyboard library for QT5 (without dependency on QML).
Usefull for embedded Linux systems.

For tutorials check src/tests directory

To build both python and C++ bindings, run:

./configure.py
make
make install

To build only C++ library run:
```$ cd src qmake -qt5 make make install ``` To build only python bindings (in case you have C++ bindings already installed) run: ```$ ./configure.py --lib-path [path to libQOnscreenKeyboard.so] make make install ```

About

Virtual keyboard without QML

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 59.5%
  • Python 35.3%
  • QMake 5.2%