Skip to content
 
 

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages