input context plugin for qt (virtual keyboard)

Reinhard Russinger 5aa2ea813b Tabulator hinzugebaut пре 8 година
.gitignore 7c4db72222 arbeitskopie пре 8 година
DeclarativeInputEngine.cpp 5aa2ea813b Tabulator hinzugebaut пре 8 година
DeclarativeInputEngine.h 0ce25fe6a5 Anpassungen für Objektsuche im Flickable Bereich пре 8 година
FontAwesome.otf 36db27a8d2 start пре 8 година
FreeVirtualKeyboardInputContext.cpp 0ce25fe6a5 Anpassungen für Objektsuche im Flickable Bereich пре 8 година
FreeVirtualKeyboardInputContext.h 0ce25fe6a5 Anpassungen für Objektsuche im Flickable Bereich пре 8 година
FreeVirtualKeyboardInputContextPlugin.cpp 36db27a8d2 start пре 8 година
FreeVirtualKeyboardInputContextPlugin.h 36db27a8d2 start пре 8 година
FreeVirtualKeyboardInputContextPlugin.json 36db27a8d2 start пре 8 година
InputPanel.qml 5aa2ea813b Tabulator hinzugebaut пре 8 година
KeyButton.qml 36db27a8d2 start пре 8 година
KeyModel.qml 36db27a8d2 start пре 8 година
KeyPopup.qml 36db27a8d2 start пре 8 година
LICENSE 36db27a8d2 start пре 8 година
Paths.txt 36db27a8d2 start пре 8 година
README first.txt 36db27a8d2 start пре 8 година
README.md 36db27a8d2 start пре 8 година
deployment.pri 36db27a8d2 start пре 8 година
freevirtualkeyboard.pro 36db27a8d2 start пре 8 година
freevirtualkeyboard.qrc 36db27a8d2 start пре 8 година
freevirtualkeyboard_global.h 36db27a8d2 start пре 8 година
qmldir 36db27a8d2 start пре 8 година
toToolchain.sh 7c4db72222 arbeitskopie пре 8 година

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