Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9b414ac

Browse files
committed
Update links and information on PyQt/PyKDE.
1 parent 7fdfc2d commit 9b414ac

1 file changed

Lines changed: 13 additions & 6 deletions

File tree

Doc/lib/tkinter.tex

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1789,12 +1789,19 @@ \section{Other Graphical User Interface Packages
17891789
help system, sophisticated HTML and image viewers, and other
17901790
specialized widgets, extensive documentation, and printing capabilities.
17911791
}
1792-
\seetitle[http://www.thekompany.com]{PyKDE}{
1793-
PyKDE is a SIP wrapped interface to the Qt toolkit.
1794-
The Qt \Cpp{} toolkit lies at the heart of the KDE desktop, and the
1795-
Qt toolkit allows very tight integration with KDE, and also Windows
1796-
portability. SIP is a tool for generating bindings for \Cpp{} libraries
1797-
as Python classes, and is specifically designed for Python.
1792+
\seetitle[]{PyQt}{
1793+
PyQt is a \program{sip}-wrapped binding to the Qt toolkit. Qt is an
1794+
extensive \Cpp{} GUI toolkit that is available for \UNIX, Windows and
1795+
Mac OS X. \program{sip} is a tool for generating bindings for \Cpp{}
1796+
libraries as Python classes, and is specifically designed for Python.
1797+
An online manual is available at
1798+
\url{http://www.opendocspublishing.com/pyqt/} (errata are located at
1799+
\url{http://www.valdyas.org/python/book.html}).
1800+
}
1801+
\seetitle[http://www.riverbankcomputing.co.uk/pykde/index.php]{PyKDE}{
1802+
PyKDE is a \program{sip}-wrapped interface to the KDE desktop
1803+
libraries. KDE is a desktop environment for \UNIX{} computers; the
1804+
graphical components are based on Qt.
17981805
}
17991806
\seetitle[http://fxpy.sourceforge.net/]{FXPy}{
18001807
is a Python extension module which provides an interface to the

0 commit comments

Comments
 (0)