README first.txt 990 B

123456789101112131415161718192021222324
  1. *******************************************************************************
  2. * README for qtvirtual Keyboard
  3. *******************************************************************************
  4. Introduction
  5. ============
  6. The code for this virtual keyboard is based on code from
  7. https://github.com/githubuser0xFFFF/QtFreeVirtualKeyboard
  8. and
  9. http://tolszak-dev.blogspot.in/2013/04/qplatforminputcontext-and-virtual.html
  10. It is the implementation of a Qt virtual keyboard plugin for QtQuick-based
  11. embedded applications (like phyKitDemo software).
  12. Deployment/Installation
  13. =======================
  14. The file "libVirtualKeyboard.so" has to be copied into the qt installation plugin directory.
  15. For standard GfA BSP this will be: /usr/lib/qt/plugins/platforminputcontexts
  16. The files FontAwesome.otf, KeyButton.qml, KeyPopup.qml ,InputPanel.qml, KeyModel.qml, qmldir have to be copied into
  17. qml directory (e.g.: /usr/lib/qt/qml/QtQuick/VirtualKeyboard), so that they can be imported from QtQuick