Home · API Reference · Modules |
Classes | |
class | Maliit::AttributeExtension |
Register extensions such as key overrides. More... | |
class | Maliit::InputMethod |
Listen to device orientation, language and raw key events. More... | |
class | Maliit::PreeditInjectionEvent |
Extension for preedit text inside text edits. More... |
Input method extension library for Qt.
Libmaliit is an input method extension library for Qt — use it to add application support for screen rotation and attribute extensions.
Include the header for the class that you wish to use. For example, if you want to use InputMethod:
#include <maliit/inputmethod.h>
Add the libmaliit pkg-config checks to your project's qmake .pro file:
CONFIG += link_pkgconfig PKGCONFIG += maliit-1.0
Finally, run qmake and build your application in the usual way:
qmake make
Copyright © 2011 Nokia Corporation | Maliit |