# Introduction

This library provides Qt bindings for libindicate.

[1]: http://launchpad.net/libindicate

It makes it possible for Qt and KDE applications to provide a list of incoming
messages to the user without being too intrusive. Messages are made available
over DBus and are displayed by a Message Indicator.

# Message Indicators

KDE users can display messages with the Message Indicator Plasma Widget,
available here:
http://launchpad.net/plasma-widget-message-indicator

GNOME users can display messages with the Indicator Applet, available here:
http://launchpad.net/indicator-applet

# A bit of architecture

To use libindicate-qt, an application must instantiate one QIndicate::Server. It
can then instantiate one or more QIndicate::Indicator, one for each message to be
presented.
