input context plugin for qt (virtual keyboard)

Reinhard Russinger 0ce25fe6a5 Anpassungen für Objektsuche im Flickable Bereich hace 8 años
.gitignore 7c4db72222 arbeitskopie hace 8 años
DeclarativeInputEngine.cpp 0ce25fe6a5 Anpassungen für Objektsuche im Flickable Bereich hace 8 años
DeclarativeInputEngine.h 0ce25fe6a5 Anpassungen für Objektsuche im Flickable Bereich hace 8 años
FontAwesome.otf 36db27a8d2 start hace 8 años
FreeVirtualKeyboardInputContext.cpp 0ce25fe6a5 Anpassungen für Objektsuche im Flickable Bereich hace 8 años
FreeVirtualKeyboardInputContext.h 0ce25fe6a5 Anpassungen für Objektsuche im Flickable Bereich hace 8 años
FreeVirtualKeyboardInputContextPlugin.cpp 36db27a8d2 start hace 8 años
FreeVirtualKeyboardInputContextPlugin.h 36db27a8d2 start hace 8 años
FreeVirtualKeyboardInputContextPlugin.json 36db27a8d2 start hace 8 años
InputPanel.qml 36db27a8d2 start hace 8 años
KeyButton.qml 36db27a8d2 start hace 8 años
KeyModel.qml 36db27a8d2 start hace 8 años
KeyPopup.qml 36db27a8d2 start hace 8 años
LICENSE 36db27a8d2 start hace 8 años
Paths.txt 36db27a8d2 start hace 8 años
README first.txt 36db27a8d2 start hace 8 años
README.md 36db27a8d2 start hace 8 años
deployment.pri 36db27a8d2 start hace 8 años
freevirtualkeyboard.pro 36db27a8d2 start hace 8 años
freevirtualkeyboard.qrc 36db27a8d2 start hace 8 años
freevirtualkeyboard_global.h 36db27a8d2 start hace 8 años
qmldir 36db27a8d2 start hace 8 años
toToolchain.sh 7c4db72222 arbeitskopie hace 8 años

README first.txt

*******************************************************************************
* README for qtvirtual Keyboard
*******************************************************************************

Introduction
============
The code for this virtual keyboard is based on code from
https://github.com/githubuser0xFFFF/QtFreeVirtualKeyboard
and
http://tolszak-dev.blogspot.in/2013/04/qplatforminputcontext-and-virtual.html

It is the implementation of a Qt virtual keyboard plugin for QtQuick-based
embedded applications (like phyKitDemo software).


Deployment/Installation
=======================
The file "libVirtualKeyboard.so" has to be copied into the qt installation plugin directory.
For standard GfA BSP this will be: /usr/lib/qt/plugins/platforminputcontexts

The files FontAwesome.otf, KeyButton.qml, KeyPopup.qml ,InputPanel.qml, KeyModel.qml, qmldir have to be copied into
qml directory (e.g.: /usr/lib/qt/qml/QtQuick/VirtualKeyboard), so that they can be imported from QtQuick