~agateau/libindicate-qt/libindicate-0.5

« back to all changes in this revision

Viewing changes to README

  • Committer: Aurelien Gateau
  • Date: 2010-02-12 13:55:21 UTC
  • Revision ID: aurelien.gateau@canonical.com-20100212135521-k6mbqv65hec3gqkb
Getting ready for 0.2.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Introduction
 
2
 
 
3
This library provides Qt bindings for libindicate.
 
4
 
 
5
[1]: http://launchpad.net/libindicate
 
6
 
 
7
It makes it possible for Qt and KDE applications to provide a list of incoming
 
8
messages to the user without being too intrusive. Messages are made available
 
9
over DBus and are displayed by a Message Indicator.
 
10
 
 
11
# Message Indicators
 
12
 
 
13
KDE users can display messages with the Message Indicator Plasma Widget,
 
14
available here:
 
15
http://launchpad.net/plasma-widget-message-indicator
 
16
 
 
17
GNOME users can display messages with the Indicator Applet, available here:
 
18
http://launchpad.net/indicator-applet
 
19
 
 
20
# A bit of architecture
 
21
 
 
22
To use libindicate-qt, an application must instantiate one QIndicate::Server. It
 
23
can then instantiate one or more QIndicate::Indicator, one for each message to be
 
24
presented.