~ubuntu-branches/ubuntu/lucid/kdebindings/lucid-updates

« back to all changes in this revision

Viewing changes to python/pykde4/docs/html/kdeui/KNotification.html

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2009-06-28 13:49:04 UTC
  • mfrom: (1.1.19 upstream)
  • Revision ID: james.westby@ubuntu.com-20090628134904-z9npn50sj25hscc9
Tags: 4:4.2.95-0ubuntu1
* New upstream release
  - Bump kdelibs5-dev and kdepimlibs5-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
    <div>
17
17
      <div>
18
18
        <img alt ="" src="../common/top-kde.jpg"/>
19
 
        KDE 4.2 PyKDE API Reference
 
19
        KDE 4.3 PyKDE API Reference
20
20
      </div>
21
21
    </div>
22
22
  </div>
80
80
Persistent notifications must have the Persistent flag.
81
81
</p>
82
82
<p>
 
83
By default a notification will use the application name as title, but you
 
84
can also provide a brief text in the title and a more precise description in
 
85
the body text. This is especially useful for notifications coming from
 
86
applications which should be considered "part of the system", like a battery
 
87
monitor or a network connection manager.
 
88
For example a battery indicator could use "Low Battery" as a title and "Only
 
89
12 minutes left." as a body text.
 
90
</p>
 
91
<p>
83
92
In order to perform a notification, you need to create a description file, which contains
84
93
default parameters of the notification, and use KNotification.event at the place in the
85
94
application code where the notification occurs.
106
115
[Global]
107
116
IconName=Filename
108
117
Comment=Friendly Name of app
 
118
Name=Name of app
109
119
&lt;/pre&gt;
110
 
The icon filename is just the name, without extension, it's found with the KIconLoader
 
120
The icon filename is just the name, without extension, it's found with the KIconLoader.
 
121
The Comment field will be used in KControl to describe the application.
 
122
The Name field is optional and may be used as the application name for popup,
 
123
if Name is not present, Comment is used instead
111
124
</p>
112
125
<p>
113
126
This part consists of hints for the configuration widget
201
214
<dl class="author" compact><dt><b>Author:</b></dt><dd> Olivier Goffart &lt;ogoffart at kde.org&gt; </dd></dl>
202
215
</p>
203
216
<table border="0" cellpadding="0" cellspacing="0"><tr><td colspan="2"><br><h2>Enumerations</h2></td></tr>
204
 
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="#obj193586668">NotificationFlag</a>&nbsp;</td><td class="memItemRight" valign="bottom">{&nbsp;RaiseWidgetOnActivation, CloseOnTimeout, Persistent, CloseWhenWidgetActivated, Persistant, DefaultEvent&nbsp;}<br><i>Typesafe wrapper:</i> NotificationFlags</td></tr>
205
 
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="#obj193587820">StandardEvent</a>&nbsp;</td><td class="memItemRight" valign="bottom">{&nbsp;Notification, Warning, Error, Catastrophe&nbsp;}</td></tr>
 
217
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="#obj178206188">NotificationFlag</a>&nbsp;</td><td class="memItemRight" valign="bottom">{&nbsp;RaiseWidgetOnActivation, CloseOnTimeout, Persistent, CloseWhenWidgetActivated, Persistant, DefaultEvent&nbsp;}<br><i>Typesafe wrapper:</i> NotificationFlags</td></tr>
 
218
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="#obj178207340">StandardEvent</a>&nbsp;</td><td class="memItemRight" valign="bottom">{&nbsp;Notification, Warning, Error, Catastrophe&nbsp;}</td></tr>
206
219
<tr><td colspan="2"><br><h2>Signals</h2></td></tr>
207
 
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj193620012">action1Activated</a> ()</td></tr>
208
 
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj193619916">action2Activated</a> ()</td></tr>
209
 
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj193620332">action3Activated</a> ()</td></tr>
210
 
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj193618348">activated</a> ()</td></tr>
211
 
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj193618380">activated</a> (long action)</td></tr>
212
 
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj193621260">closed</a> ()</td></tr>
213
 
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj193621708">ignored</a> ()</td></tr>
 
220
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj178159756">action1Activated</a> ()</td></tr>
 
221
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj178160940">action2Activated</a> ()</td></tr>
 
222
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj178161836">action3Activated</a> ()</td></tr>
 
223
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj178140076">activated</a> ()</td></tr>
 
224
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj178140460">activated</a> (long action)</td></tr>
 
225
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj178154412">closed</a> ()</td></tr>
 
226
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj178060812">ignored</a> ()</td></tr>
214
227
<tr><td colspan="2"><br><h2>Methods</h2></td></tr>
215
 
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj193588780">__init__</a> (self, <a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qstring.html">QString</a> eventId, <a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qwidget.html">QWidget</a> widget=0, KNotification.NotificationFlags flags=KNotification.CloseOnTimeout)</td></tr>
216
 
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj193620012">action1Activated</a> (self)</td></tr>
217
 
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj193619916">action2Activated</a> (self)</td></tr>
218
 
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj193620332">action3Activated</a> (self)</td></tr>
219
 
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qstringlist.html">QStringList</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj193596684">actions</a> (self)</td></tr>
220
 
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj193630412">activate</a> (self, long action=0)</td></tr>
221
 
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj193618348">activated</a> (self)</td></tr>
222
 
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj193618380">activated</a> (self, long action)</td></tr>
223
 
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj193608012">addContext</a> (self, KNotification.Context context)</td></tr>
224
 
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj193608588">addContext</a> (self, <a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qstring.html">QString</a> context_key, <a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qstring.html">QString</a> context_value)</td></tr>
225
 
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj193631052">close</a> (self)</td></tr>
226
 
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj193621260">closed</a> (self)</td></tr>
227
 
<tr><td class="memItemLeft" nowrap align="right" valign="top">KNotification.ContextList&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj193606092">contexts</a> (self)</td></tr>
228
 
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj193631756">deref</a> (self)</td></tr>
229
 
<tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj193642764">eventFilter</a> (self, <a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qobject.html">QObject</a> watched, <a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qevent.html">QEvent</a> event)</td></tr>
230
 
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qstring.html">QString</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj193594508">eventId</a> (self)</td></tr>
231
 
<tr><td class="memItemLeft" nowrap align="right" valign="top">KNotification.NotificationFlags&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj193609036">flags</a> (self)</td></tr>
232
 
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj193621708">ignored</a> (self)</td></tr>
233
 
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qpixmap.html">QPixmap</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj193595532">pixmap</a> (self)</td></tr>
234
 
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj193630892">raiseWidget</a> (self)</td></tr>
235
 
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj193631852">ref</a> (self)</td></tr>
236
 
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj193632236">sendEvent</a> (self)</td></tr>
237
 
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj193596620">setActions</a> (self, <a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qstringlist.html">QStringList</a> actions)</td></tr>
238
 
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj193618508">setComponentData</a> (self, <a href="../kdecore/KComponentData.html">KComponentData</a> componentData)</td></tr>
239
 
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj193607436">setContexts</a> (self, KNotification.ContextList contexts)</td></tr>
240
 
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj193609708">setFlags</a> (self, KNotification.NotificationFlags flags)</td></tr>
241
 
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj193597196">setPixmap</a> (self, <a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qpixmap.html">QPixmap</a> pix)</td></tr>
242
 
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj193596172">setText</a> (self, <a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qstring.html">QString</a> text)</td></tr>
243
 
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj193594572">setWidget</a> (self, <a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qwidget.html">QWidget</a> widget)</td></tr>
244
 
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qstring.html">QString</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj193593548">text</a> (self)</td></tr>
245
 
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj193633164">update</a> (self)</td></tr>
246
 
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qwidget.html">QWidget</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj193594060">widget</a> (self)</td></tr>
 
228
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj178208300">__init__</a> (self, <a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qstring.html">QString</a> eventId, <a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qwidget.html">QWidget</a> widget=0, KNotification.NotificationFlags flags=KNotification.CloseOnTimeout)</td></tr>
 
229
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj178159756">action1Activated</a> (self)</td></tr>
 
230
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj178160940">action2Activated</a> (self)</td></tr>
 
231
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj178161836">action3Activated</a> (self)</td></tr>
 
232
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qstringlist.html">QStringList</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj178229740">actions</a> (self)</td></tr>
 
233
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj178016972">activate</a> (self, long action=0)</td></tr>
 
234
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj178140076">activated</a> (self)</td></tr>
 
235
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj178140460">activated</a> (self, long action)</td></tr>
 
236
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj178140044">addContext</a> (self, KNotification.Context context)</td></tr>
 
237
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj178140876">addContext</a> (self, <a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qstring.html">QString</a> context_key, <a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qstring.html">QString</a> context_value)</td></tr>
 
238
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj177501164">close</a> (self)</td></tr>
 
239
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj178154412">closed</a> (self)</td></tr>
 
240
<tr><td class="memItemLeft" nowrap align="right" valign="top">KNotification.ContextList&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj178126572">contexts</a> (self)</td></tr>
 
241
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj177509644">deref</a> (self)</td></tr>
 
242
<tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj177558252">eventFilter</a> (self, <a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qobject.html">QObject</a> watched, <a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qevent.html">QEvent</a> event)</td></tr>
 
243
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qstring.html">QString</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj178218124">eventId</a> (self)</td></tr>
 
244
<tr><td class="memItemLeft" nowrap align="right" valign="top">KNotification.NotificationFlags&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj178140844">flags</a> (self)</td></tr>
 
245
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj178060812">ignored</a> (self)</td></tr>
 
246
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qpixmap.html">QPixmap</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj178229676">pixmap</a> (self)</td></tr>
 
247
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj178016908">raiseWidget</a> (self)</td></tr>
 
248
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj177443212">ref</a> (self)</td></tr>
 
249
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj177552524">sendEvent</a> (self)</td></tr>
 
250
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj178193484">setActions</a> (self, <a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qstringlist.html">QStringList</a> actions)</td></tr>
 
251
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj178141580">setComponentData</a> (self, <a href="../kdecore/KComponentData.html">KComponentData</a> componentData)</td></tr>
 
252
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj178125420">setContexts</a> (self, KNotification.ContextList contexts)</td></tr>
 
253
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj178141804">setFlags</a> (self, KNotification.NotificationFlags flags)</td></tr>
 
254
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj178220236">setPixmap</a> (self, <a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qpixmap.html">QPixmap</a> pix)</td></tr>
 
255
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj178220876">setText</a> (self, <a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qstring.html">QString</a> text)</td></tr>
 
256
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj178219788">setTitle</a> (self, <a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qstring.html">QString</a> title)</td></tr>
 
257
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj178218188">setWidget</a> (self, <a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qwidget.html">QWidget</a> widget)</td></tr>
 
258
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qstring.html">QString</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj178219148">text</a> (self)</td></tr>
 
259
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qstring.html">QString</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj178217164">title</a> (self)</td></tr>
 
260
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj177552076">update</a> (self)</td></tr>
 
261
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qwidget.html">QWidget</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj178217676">widget</a> (self)</td></tr>
247
262
<tr><td colspan="2"><br><h2>Static Methods</h2></td></tr>
248
 
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj193645996">beep</a> (<a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qstring.html">QString</a> reason=QString(), <a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qwidget.html">QWidget</a> widget=0)</td></tr>
249
 
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a href="../kdeui/KNotification.html">KNotification</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj193643436">event</a> (<a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qstring.html">QString</a> eventId, <a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qstring.html">QString</a> text=QString(), <a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qpixmap.html">QPixmap</a> pixmap=QPixmap(), <a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qwidget.html">QWidget</a> widget=0, KNotification.NotificationFlags flags=KNotification.CloseOnTimeout, <a href="../kdecore/KComponentData.html">KComponentData</a> componentData=KComponentData())</td></tr>
250
 
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a href="../kdeui/KNotification.html">KNotification</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj193645132">event</a> (KNotification.StandardEvent eventId, <a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qstring.html">QString</a> text=QString(), <a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qpixmap.html">QPixmap</a> pixmap=QPixmap(), <a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qwidget.html">QWidget</a> widget=0, KNotification.NotificationFlags flags=KNotification.CloseOnTimeout)</td></tr>
 
263
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj177570252">beep</a> (<a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qstring.html">QString</a> reason=QString(), <a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qwidget.html">QWidget</a> widget=0)</td></tr>
 
264
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a href="../kdeui/KNotification.html">KNotification</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj177559148">event</a> (<a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qstring.html">QString</a> eventId, <a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qstring.html">QString</a> text=QString(), <a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qpixmap.html">QPixmap</a> pixmap=QPixmap(), <a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qwidget.html">QWidget</a> widget=0, KNotification.NotificationFlags flags=KNotification.CloseOnTimeout, <a href="../kdecore/KComponentData.html">KComponentData</a> componentData=KComponentData())</td></tr>
 
265
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a href="../kdeui/KNotification.html">KNotification</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj177560716">event</a> (KNotification.StandardEvent eventId, <a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qstring.html">QString</a> text=QString(), <a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qpixmap.html">QPixmap</a> pixmap=QPixmap(), <a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qwidget.html">QWidget</a> widget=0, KNotification.NotificationFlags flags=KNotification.CloseOnTimeout)</td></tr>
251
266
</table>
252
 
<hr><h2>Method Documentation</h2><a class="anchor" name="obj193588780"></a>
 
267
<hr><h2>Method Documentation</h2><a class="anchor" name="obj178208300"></a>
253
268
<div class="memitem">
254
269
<div class="memproto">
255
270
<table class="memname"><tr>
307
322
</td></tr>
308
323
</table></dl>
309
324
<p>
310
 
</p></div></div><a class="anchor" name="obj193620012"></a>
 
325
</p></div></div><a class="anchor" name="obj178159756"></a>
311
326
<div class="memitem">
312
327
<div class="memproto">
313
328
<table class="memname"><tr>
320
335
</table>
321
336
</div>
322
337
<div class="memdoc"><p>Convenience signal that is emitted when the first action is activated.
323
 
</p><dl compact><dt><b>Signal syntax:</b></dt><dd><code>QObject.connect(source, SIGNAL("action1Activated()"), target_slot)</code></dd></dl></div></div><a class="anchor" name="obj193619916"></a>
 
338
</p><dl compact><dt><b>Signal syntax:</b></dt><dd><code>QObject.connect(source, SIGNAL("action1Activated()"), target_slot)</code></dd></dl></div></div><a class="anchor" name="obj178160940"></a>
324
339
<div class="memitem">
325
340
<div class="memproto">
326
341
<table class="memname"><tr>
333
348
</table>
334
349
</div>
335
350
<div class="memdoc"><p>
336
 
</p><dl compact><dt><b>Signal syntax:</b></dt><dd><code>QObject.connect(source, SIGNAL("action2Activated()"), target_slot)</code></dd></dl></div></div><a class="anchor" name="obj193620332"></a>
 
351
</p><dl compact><dt><b>Signal syntax:</b></dt><dd><code>QObject.connect(source, SIGNAL("action2Activated()"), target_slot)</code></dd></dl></div></div><a class="anchor" name="obj178161836"></a>
337
352
<div class="memitem">
338
353
<div class="memproto">
339
354
<table class="memname"><tr>
346
361
</table>
347
362
</div>
348
363
<div class="memdoc"><p>
349
 
</p><dl compact><dt><b>Signal syntax:</b></dt><dd><code>QObject.connect(source, SIGNAL("action3Activated()"), target_slot)</code></dd></dl></div></div><a class="anchor" name="obj193596684"></a>
 
364
</p><dl compact><dt><b>Signal syntax:</b></dt><dd><code>QObject.connect(source, SIGNAL("action3Activated()"), target_slot)</code></dd></dl></div></div><a class="anchor" name="obj178229740"></a>
350
365
<div class="memitem">
351
366
<div class="memproto">
352
367
<table class="memname"><tr>
360
375
</div>
361
376
<div class="memdoc"><p><dl class="return" compact><dt><b>Returns:</b></dt><dd> the list of actions
362
377
</dd></dl>
363
 
</p></div></div><a class="anchor" name="obj193630412"></a>
 
378
</p></div></div><a class="anchor" name="obj178016972"></a>
364
379
<div class="memitem">
365
380
<div class="memproto">
366
381
<table class="memname"><tr>
384
399
</div>
385
400
<div class="memdoc"><p>Activate the action specified action
386
401
If the action is zero, then the default action is activated
387
 
</p></div></div><a class="anchor" name="obj193618348"></a>
 
402
</p></div></div><a class="anchor" name="obj178140076"></a>
388
403
<div class="memitem">
389
404
<div class="memproto">
390
405
<table class="memname"><tr>
397
412
</table>
398
413
</div>
399
414
<div class="memdoc"><p>Emit only when the default activation has occurred
400
 
</p><dl compact><dt><b>Signal syntax:</b></dt><dd><code>QObject.connect(source, SIGNAL("activated()"), target_slot)</code></dd></dl></div></div><a class="anchor" name="obj193618380"></a>
 
415
</p><dl compact><dt><b>Signal syntax:</b></dt><dd><code>QObject.connect(source, SIGNAL("activated()"), target_slot)</code></dd></dl></div></div><a class="anchor" name="obj178140460"></a>
401
416
<div class="memitem">
402
417
<div class="memproto">
403
418
<table class="memname"><tr>
426
441
</td></tr>
427
442
</table></dl>
428
443
<p>
429
 
</p><dl compact><dt><b>Signal syntax:</b></dt><dd><code>QObject.connect(source, SIGNAL("activated(unsigned int)"), target_slot)</code></dd></dl></div></div><a class="anchor" name="obj193608012"></a>
 
444
</p><dl compact><dt><b>Signal syntax:</b></dt><dd><code>QObject.connect(source, SIGNAL("activated(unsigned int)"), target_slot)</code></dd></dl></div></div><a class="anchor" name="obj178140044"></a>
430
445
<div class="memitem">
431
446
<div class="memproto">
432
447
<table class="memname"><tr>
455
470
</td></tr>
456
471
</table></dl>
457
472
<p>
458
 
</p></div></div><a class="anchor" name="obj193608588"></a>
 
473
</p></div></div><a class="anchor" name="obj178140876"></a>
459
474
<div class="memitem">
460
475
<div class="memproto">
461
476
<table class="memname"><tr>
492
507
</td></tr>
493
508
</table></dl>
494
509
<p>
495
 
</p></div></div><a class="anchor" name="obj193645996"></a>
 
510
</p></div></div><a class="anchor" name="obj177570252"></a>
496
511
<div class="memitem">
497
512
<div class="memproto">
498
513
<table class="memname"><tr>
526
541
</td></tr>
527
542
</table></dl>
528
543
<p>
529
 
</p></div></div><a class="anchor" name="obj193631052"></a>
 
544
</p></div></div><a class="anchor" name="obj177501164"></a>
530
545
<div class="memitem">
531
546
<div class="memproto">
532
547
<table class="memname"><tr>
542
557
</p>
543
558
<p>
544
559
This will delete the notification.
545
 
</p></div></div><a class="anchor" name="obj193621260"></a>
 
560
</p></div></div><a class="anchor" name="obj178154412"></a>
546
561
<div class="memitem">
547
562
<div class="memproto">
548
563
<table class="memname"><tr>
555
570
</table>
556
571
</div>
557
572
<div class="memdoc"><p>Emitted when the notification is closed. Both when it is activated or if it is just ignored.
558
 
</p><dl compact><dt><b>Signal syntax:</b></dt><dd><code>QObject.connect(source, SIGNAL("closed()"), target_slot)</code></dd></dl></div></div><a class="anchor" name="obj193606092"></a>
 
573
</p><dl compact><dt><b>Signal syntax:</b></dt><dd><code>QObject.connect(source, SIGNAL("closed()"), target_slot)</code></dd></dl></div></div><a class="anchor" name="obj178126572"></a>
559
574
<div class="memitem">
560
575
<div class="memproto">
561
576
<table class="memname"><tr>
569
584
</div>
570
585
<div class="memdoc"><p><dl class="return" compact><dt><b>Returns:</b></dt><dd> the list of contexts, see KNotification.Context
571
586
</dd></dl>
572
 
</p></div></div><a class="anchor" name="obj193631756"></a>
 
587
</p></div></div><a class="anchor" name="obj177509644"></a>
573
588
<div class="memitem">
574
589
<div class="memproto">
575
590
<table class="memname"><tr>
585
600
the notification may be closed when calling this.
586
601
<dl class="see" compact><dt><b>See also:</b></dt><dd> ref
587
602
</dd></dl>
588
 
</p></div></div><a class="anchor" name="obj193643436"></a>
 
603
</p></div></div><a class="anchor" name="obj177559148"></a>
589
604
<div class="memitem">
590
605
<div class="memproto">
591
606
<table class="memname"><tr>
669
684
</td></tr>
670
685
</table></dl>
671
686
<p>
672
 
</p></div></div><a class="anchor" name="obj193645132"></a>
 
687
</p></div></div><a class="anchor" name="obj177560716"></a>
673
688
<div class="memitem">
674
689
<div class="memproto">
675
690
<table class="memname"><tr>
731
746
</td></tr>
732
747
</table></dl>
733
748
<p>
734
 
</p></div></div><a class="anchor" name="obj193642764"></a>
 
749
</p></div></div><a class="anchor" name="obj177558252"></a>
735
750
<div class="memitem">
736
751
<div class="memproto">
737
752
<table class="memname"><tr>
760
775
</tr></table>
761
776
</div>
762
777
<div class="memdoc"><p>reimplemented for internal reasons
763
 
</p></div></div><a class="anchor" name="obj193594508"></a>
 
778
</p></div></div><a class="anchor" name="obj178218124"></a>
764
779
<div class="memitem">
765
780
<div class="memproto">
766
781
<table class="memname"><tr>
774
789
</div>
775
790
<div class="memdoc"><p><dl class="return" compact><dt><b>Returns:</b></dt><dd> the name of the event
776
791
</dd></dl>
777
 
</p></div></div><a class="anchor" name="obj193609036"></a>
 
792
</p></div></div><a class="anchor" name="obj178140844"></a>
778
793
<div class="memitem">
779
794
<div class="memproto">
780
795
<table class="memname"><tr>
788
803
</div>
789
804
<div class="memdoc"><p><dl class="return" compact><dt><b>Returns:</b></dt><dd> the notification flags.
790
805
</dd></dl>
791
 
</p></div></div><a class="anchor" name="obj193621708"></a>
 
806
</p></div></div><a class="anchor" name="obj178060812"></a>
792
807
<div class="memitem">
793
808
<div class="memproto">
794
809
<table class="memname"><tr>
801
816
</table>
802
817
</div>
803
818
<div class="memdoc"><p>The notification has been ignored
804
 
</p><dl compact><dt><b>Signal syntax:</b></dt><dd><code>QObject.connect(source, SIGNAL("ignored()"), target_slot)</code></dd></dl></div></div><a class="anchor" name="obj193595532"></a>
 
819
</p><dl compact><dt><b>Signal syntax:</b></dt><dd><code>QObject.connect(source, SIGNAL("ignored()"), target_slot)</code></dd></dl></div></div><a class="anchor" name="obj178229676"></a>
805
820
<div class="memitem">
806
821
<div class="memproto">
807
822
<table class="memname"><tr>
816
831
<div class="memdoc"><p><dl class="return" compact><dt><b>Returns:</b></dt><dd> the pixmap shown in the popup
817
832
</dd></dl> <dl class="see" compact><dt><b>See also:</b></dt><dd> setPixmap
818
833
</dd></dl>
819
 
</p></div></div><a class="anchor" name="obj193630892"></a>
 
834
</p></div></div><a class="anchor" name="obj178016908"></a>
820
835
<div class="memitem">
821
836
<div class="memproto">
822
837
<table class="memname"><tr>
830
845
</div>
831
846
<div class="memdoc"><p>Raise the widget.
832
847
This will change the desktop, activate the window, and the tab if needed.
833
 
</p></div></div><a class="anchor" name="obj193631852"></a>
 
848
</p></div></div><a class="anchor" name="obj177443212"></a>
834
849
<div class="memitem">
835
850
<div class="memproto">
836
851
<table class="memname"><tr>
850
865
don't forgot to deref, or the notification may be never closed if there is no timeout.
851
866
<dl class="see" compact><dt><b>See also:</b></dt><dd> ref
852
867
</dd></dl>
853
 
</p></div></div><a class="anchor" name="obj193632236"></a>
 
868
</p></div></div><a class="anchor" name="obj177552524"></a>
854
869
<div class="memitem">
855
870
<div class="memproto">
856
871
<table class="memname"><tr>
863
878
</table>
864
879
</div>
865
880
<div class="memdoc"><p>Emit or re-emit the event.
866
 
</p></div></div><a class="anchor" name="obj193596620"></a>
 
881
</p></div></div><a class="anchor" name="obj178193484"></a>
867
882
<div class="memitem">
868
883
<div class="memproto">
869
884
<table class="memname"><tr>
892
907
</td></tr>
893
908
</table></dl>
894
909
<p>
895
 
</p></div></div><a class="anchor" name="obj193618508"></a>
 
910
</p></div></div><a class="anchor" name="obj178141580"></a>
896
911
<div class="memitem">
897
912
<div class="memproto">
898
913
<table class="memname"><tr>
921
936
</td></tr>
922
937
</table></dl>
923
938
<p>
924
 
</p></div></div><a class="anchor" name="obj193607436"></a>
 
939
</p></div></div><a class="anchor" name="obj178125420"></a>
925
940
<div class="memitem">
926
941
<div class="memproto">
927
942
<table class="memname"><tr>
947
962
</p>
948
963
<p>
949
964
The list of contexts must be set before calling sendEvent;
950
 
</p></div></div><a class="anchor" name="obj193609708"></a>
 
965
</p></div></div><a class="anchor" name="obj178141804"></a>
951
966
<div class="memitem">
952
967
<div class="memproto">
953
968
<table class="memname"><tr>
971
986
</div>
972
987
<div class="memdoc"><p>Set the notification flags.
973
988
should be called before sendEvent().
974
 
</p></div></div><a class="anchor" name="obj193597196"></a>
 
989
</p></div></div><a class="anchor" name="obj178220236"></a>
975
990
<div class="memitem">
976
991
<div class="memproto">
977
992
<table class="memname"><tr>
1000
1015
</td></tr>
1001
1016
</table></dl>
1002
1017
<p>
1003
 
</p></div></div><a class="anchor" name="obj193596172"></a>
 
1018
</p></div></div><a class="anchor" name="obj178220876"></a>
1004
1019
<div class="memitem">
1005
1020
<div class="memproto">
1006
1021
<table class="memname"><tr>
1035
1050
</td></tr>
1036
1051
</table></dl>
1037
1052
<p>
1038
 
</p></div></div><a class="anchor" name="obj193594572"></a>
 
1053
</p></div></div><a class="anchor" name="obj178219788"></a>
 
1054
<div class="memitem">
 
1055
<div class="memproto">
 
1056
<table class="memname"><tr>
 
1057
<td class="memname"> setTitle</td>
 
1058
<td>(</td>
 
1059
<td class="paramtype">&nbsp;<em>self</em>, </td>
 
1060
<td class="paramname"></td>
 
1061
</tr><tr>
 
1062
<td class="memname"></td>
 
1063
<td></td>
 
1064
<td class="paramtype"><a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qstring.html">QString</a>&nbsp;</td>
 
1065
<td class="paramname"><em>title</em></td>
 
1066
</tr>
 
1067
<tr>
 
1068
<td></td>
 
1069
<td>)</td>
 
1070
<td></td>
 
1071
<td></td>
 
1072
<td width="100%"> </td>
 
1073
</tr></table>
 
1074
</div>
 
1075
<div class="memdoc"><p>Set the title of the notification popup.
 
1076
If no title is set, the application name will be used.
 
1077
</p>
 
1078
<p>
 
1079
</p><dl compact><dt><b>Parameters:</b></dt><dd>
 
1080
<table border="0" cellspacing="2" cellpadding="0">
 
1081
<tr><td></td><td valign="top"><em>title</em>&nbsp;</td><td> the title
 
1082
</td></tr> </table></dl>
 
1083
<p> <dl class="since" compact><dt><b>Since:</b></dt><dd> 4.3
 
1084
</dd></dl>
 
1085
</p></div></div><a class="anchor" name="obj178218188"></a>
1039
1086
<div class="memitem">
1040
1087
<div class="memproto">
1041
1088
<table class="memname"><tr>
1066
1113
</td></tr>
1067
1114
</table></dl>
1068
1115
<p>
1069
 
</p></div></div><a class="anchor" name="obj193593548"></a>
 
1116
</p></div></div><a class="anchor" name="obj178219148"></a>
1070
1117
<div class="memitem">
1071
1118
<div class="memproto">
1072
1119
<table class="memname"><tr>
1081
1128
<div class="memdoc"><p><dl class="return" compact><dt><b>Returns:</b></dt><dd> the notification text
1082
1129
</dd></dl> <dl class="see" compact><dt><b>See also:</b></dt><dd> setText
1083
1130
</dd></dl>
1084
 
</p></div></div><a class="anchor" name="obj193633164"></a>
 
1131
</p></div></div><a class="anchor" name="obj178217164"></a>
 
1132
<div class="memitem">
 
1133
<div class="memproto">
 
1134
<table class="memname"><tr>
 
1135
<td class="memname"><a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qstring.html">QString</a> title</td>
 
1136
<td>(</td>
 
1137
<td class="paramtype">&nbsp;</td>
 
1138
<td class="paramname"><em>self</em>&nbsp;)</td>
 
1139
<td width="100%"> </td>
 
1140
</tr>
 
1141
</table>
 
1142
</div>
 
1143
<div class="memdoc"><p><dl class="return" compact><dt><b>Returns:</b></dt><dd> the notification title
 
1144
</dd></dl> <dl class="see" compact><dt><b>See also:</b></dt><dd> setTitle
 
1145
</dd></dl> <dl class="since" compact><dt><b>Since:</b></dt><dd> 4.3
 
1146
</dd></dl>
 
1147
</p></div></div><a class="anchor" name="obj177552076"></a>
1085
1148
<div class="memitem">
1086
1149
<div class="memproto">
1087
1150
<table class="memname"><tr>
1096
1159
<div class="memdoc"><p><dl class="internal" compact><dt><b>Internal:</b></dt><dd>
1097
1160
update the texts, the icon, and the actions of one existing notification
1098
1161
</dd></dl>
1099
 
</p></div></div><a class="anchor" name="obj193594060"></a>
 
1162
</p></div></div><a class="anchor" name="obj178217676"></a>
1100
1163
<div class="memitem">
1101
1164
<div class="memproto">
1102
1165
<table class="memname"><tr>
1117
1180
<p>
1118
1181
When the notification is activated, the widget might be raised.
1119
1182
Depending on the configuration, the taskbar entry of the window containing the widget may blink.
1120
 
</p></div></div><hr><h2>Enumeration Documentation</h2><a class="anchor" name="obj193586668"></a>
 
1183
</p></div></div><hr><h2>Enumeration Documentation</h2><a class="anchor" name="obj178206188"></a>
1121
1184
<div class="memitem">
1122
1185
<div class="memproto">
1123
1186
<table class="memname">
1133
1196
</p><dl compact><dt><b>Note:</b></dt><dd>It is necessary to wrap members of this enumeration in a <code>NotificationFlags</code> instance when passing them to a method as group of flags. For example: <code>NotificationFlags( RaiseWidgetOnActivation | CloseOnTimeout)</code></dd></dl><dl compact><dt><b>Enumerator: </b></dt><dd>
1134
1197
<table border="0" cellspacing="2" cellpadding="0"><tr><td valign="top"><em>RaiseWidgetOnActivation</em>&nbsp;=&nbsp;0x01</td><td><tr><td valign="top"><em>CloseOnTimeout</em>&nbsp;=&nbsp;0x00</td><td><tr><td valign="top"><em>Persistent</em>&nbsp;=&nbsp;0x02</td><td><tr><td valign="top"><em>CloseWhenWidgetActivated</em>&nbsp;=&nbsp;0x04</td><td><tr><td valign="top"><em>Persistant</em>&nbsp;=&nbsp;Persistent</td><td><tr><td valign="top"><em>DefaultEvent</em>&nbsp;=&nbsp;0xF000</td><td></table>
1135
1198
</dl>
1136
 
</div></div><p><a class="anchor" name="obj193587820"></a>
 
1199
</div></div><p><a class="anchor" name="obj178207340"></a>
1137
1200
<div class="memitem">
1138
1201
<div class="memproto">
1139
1202
<table class="memname">
1174
1237
<li><a href="../kparts/index.html">kparts</a></li>
1175
1238
<li><a href="../kutils/index.html">kutils</a></li>
1176
1239
<li><a href="../nepomuk/index.html">nepomuk</a></li>
1177
 
<li><a href="../phonon/index.html">phonon</a></li><li><a href="../plasma/index.html">plasma</a></li>
 
1240
<li><a href="../phonon/index.html">phonon</a></li>
 
1241
<li><a href="../plasma/index.html">plasma</a></li>
 
1242
<li><a href="../polkitqt/index.html">polkitqt</a></li>
1178
1243
<li><a href="../solid/index.html">solid</a></li>
1179
1244
<li><a href="../soprano/index.html">soprano</a></li>
1180
1245
</ul></div></div>