diff options
author | Fred Drake <fdrake@acm.org> | 2002-05-31 18:21:56 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-05-31 18:21:56 (GMT) |
commit | 9b414ac93eb485a3123cf4dc33a253834c5d5e21 (patch) | |
tree | e56a7cff62bb7d28949bc93010e4b078b708c2cd /Doc | |
parent | 7fdfc2d231e4d41a5bb6dd737200d3460aa39773 (diff) | |
download | cpython-9b414ac93eb485a3123cf4dc33a253834c5d5e21.zip cpython-9b414ac93eb485a3123cf4dc33a253834c5d5e21.tar.gz cpython-9b414ac93eb485a3123cf4dc33a253834c5d5e21.tar.bz2 |
Update links and information on PyQt/PyKDE.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/tkinter.tex | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/Doc/lib/tkinter.tex b/Doc/lib/tkinter.tex index 034771b..6fdad31 100644 --- a/Doc/lib/tkinter.tex +++ b/Doc/lib/tkinter.tex @@ -1789,12 +1789,19 @@ wxWindows is much richer in widgets than \refmodule{Tkinter}, with its help system, sophisticated HTML and image viewers, and other specialized widgets, extensive documentation, and printing capabilities. } -\seetitle[http://www.thekompany.com]{PyKDE}{ -PyKDE is a SIP wrapped interface to the Qt toolkit. -The Qt \Cpp{} toolkit lies at the heart of the KDE desktop, and the -Qt toolkit allows very tight integration with KDE, and also Windows -portability. SIP is a tool for generating bindings for \Cpp{} libraries -as Python classes, and is specifically designed for Python. +\seetitle[]{PyQt}{ +PyQt is a \program{sip}-wrapped binding to the Qt toolkit. Qt is an +extensive \Cpp{} GUI toolkit that is available for \UNIX, Windows and +Mac OS X. \program{sip} is a tool for generating bindings for \Cpp{} +libraries as Python classes, and is specifically designed for Python. +An online manual is available at +\url{http://www.opendocspublishing.com/pyqt/} (errata are located at +\url{http://www.valdyas.org/python/book.html}). +} +\seetitle[http://www.riverbankcomputing.co.uk/pykde/index.php]{PyKDE}{ +PyKDE is a \program{sip}-wrapped interface to the KDE desktop +libraries. KDE is a desktop environment for \UNIX{} computers; the +graphical components are based on Qt. } \seetitle[http://fxpy.sourceforge.net/]{FXPy}{ is a Python extension module which provides an interface to the |