1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139
|
<HTML
><HEAD
><TITLE
>Python Bindings for KDE (PyKDE-3.15)</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.60"><LINK
REL="NEXT"
TITLE="General Limitations"
HREF="limits.html"></HEAD
><BODY
CLASS="ARTICLE"
><DIV
CLASS="ARTICLE"
><DIV
CLASS="TITLEPAGE"
><H1
CLASS="TITLE"
><A
NAME="AEN2"
>Python Bindings for KDE (PyKDE-3.15)</A
></H1
><H3
CLASS="AUTHOR"
><A
NAME="AEN4"
>Jim Bublitz</A
></H3
><DIV
><DIV
CLASS="ABSTRACT"
><A
NAME="AEN7"
></A
><P
></P
><P>
This document describes a set of Python bindings for the KDE core libraries..
Contact the author at the PyKDE mailing list at
<A HREF="mailto:PyKDE@mats.imk.fraunhofer.de"> PyKDE@mats.imk.fraunhofer.de </A>
or subscribe to the list or view the archives at the
<a href="http://mats.imk.fraunhofer.de/mailman/listinfo/pykde"> PyKDE Mailing List</a>
web site.
</P
><P
></P
></DIV
></DIV
><HR></DIV
><DIV
CLASS="SECT1"
><H1
CLASS="SECT1"
><A
NAME="AEN10"
>Table of Contents</A
></H1
><table>
<tr>
<td><a href="index1.html">Introduction</a></td>
</tr>
<tr>
<td><a href="install.html">Installation</a></td>
</tr>
<tr>
<td><a href="trouble.html">Troubleshooting</a></td>
</tr>
<tr>
<td><a href="switches.html">configure.py Options</a></td>
</tr>
<tr>
<td><a href="examples.html">Templates and Example Programs</a></td>
</tr>
<tr>
<td><a href="dcopext.html">DCOP and Extensions</a></td>
</tr>
<td><a href="limits.html">General Limitations</a></td>
</tr>
<tr>
<td><a href="signal.html">Signal and Slot Support</a></td>
</tr>
<tr>
<td><a href="static.html">Types and Related Topics</a></td>
</tr>
<tr>
<td><a href="classref/index.html">Class Reference Docs</a></td>
</tr>
</table
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
> </TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
> </TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="limits.html"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
> </TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
> </TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>General Limitations</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>
|