Home · API Reference · Modules
Libmaliit

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.

Basic usage

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

Finally, run qmake and build your application in the usual way:

qmake
make

Copyright © 2011 Nokia Corporation
Maliit