diff options
| author | Georg Brandl <georg@python.org> | 2014-10-29 09:24:54 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2014-10-29 09:24:54 +0100 |
| commit | 77fe77d4af87b29ce36fc6d20a097ccb9cd08f76 (patch) | |
| tree | 18555066ee2d4e6c5f5d775f7f38d747f080015f /Doc/faq/gui.rst | |
| parent | 728e4debd84e3fa345a6516e7fc0390ffc023ea8 (diff) | |
| download | cpython-git-77fe77d4af87b29ce36fc6d20a097ccb9cd08f76.tar.gz | |
Fixing broken links in doc, part 1: faq/
Diffstat (limited to 'Doc/faq/gui.rst')
| -rw-r--r-- | Doc/faq/gui.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/faq/gui.rst b/Doc/faq/gui.rst index 7428316df7..6f398fd7a3 100644 --- a/Doc/faq/gui.rst +++ b/Doc/faq/gui.rst @@ -59,13 +59,13 @@ Qt There are bindings available for the Qt toolkit (using either `PyQt <http://www.riverbankcomputing.co.uk/software/pyqt/>`_ or `PySide -<http://www.pyside.org/>`_) and for KDE (`PyKDE <http://www.riverbankcomputing.co.uk/software/pykde/intro>`__). +<http://www.pyside.org/>`_) and for KDE (`PyKDE <https://techbase.kde.org/Development/Languages/Python>`__). PyQt is currently more mature than PySide, but you must buy a PyQt license from `Riverbank Computing <http://www.riverbankcomputing.co.uk/software/pyqt/license>`_ if you want to write proprietary applications. PySide is free for all applications. Qt 4.5 upwards is licensed under the LGPL license; also, commercial licenses -are available from `Nokia <http://qt.nokia.com/>`_. +are available from `The Qt Company <http://www.qt.io/licensing/>`_. Gtk+ ---- @@ -103,7 +103,7 @@ What platform-specific GUI toolkits exist for Python? ======================================================== By installing the `PyObjc Objective-C bridge -<http://pyobjc.sourceforge.net>`_, Python programs can use Mac OS X's +<https://pythonhosted.org/pyobjc/>`_, Python programs can use Mac OS X's Cocoa libraries. :ref:`Pythonwin <windows-faq>` by Mark Hammond includes an interface to the |
