diff options
| author | Georg Brandl <georg@python.org> | 2014-10-29 09:27:06 (GMT) |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2014-10-29 09:27:06 (GMT) |
| commit | 794e9bf1fe5bd0000f90c1502b16c96eb68a59af (patch) | |
| tree | 0fe2b5742d9d244ffac97dc7b4928ee29eefe370 /Doc/faq/gui.rst | |
| parent | 9e67d801bdef7c43e6704200770fb9cf2040dc11 (diff) | |
| parent | 525d355984e1afa342aa72fc7867a56eea937a61 (diff) | |
| download | cpython-794e9bf1fe5bd0000f90c1502b16c96eb68a59af.zip cpython-794e9bf1fe5bd0000f90c1502b16c96eb68a59af.tar.gz cpython-794e9bf1fe5bd0000f90c1502b16c96eb68a59af.tar.bz2 | |
merge with 3.4
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 7428316..6f398fd 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 |
