Skip to content

Commit 78cf711

Browse files
closes bpo-29017: Update the bindings for Qt information with PySide2 (GH-20149)
Reference to PySide has been removed has it is for Qt 4, which has reached end of life. (cherry picked from commit 4649202) Co-authored-by: Samuel Gaist <samuel.gaist@idiap.ch>
1 parent 9f3f70f commit 78cf711

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Doc/library/othergui.rst

+6-5
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@ available for Python:
3030
for generating bindings for C++ libraries as Python classes, and
3131
is specifically designed for Python.
3232

33-
`PySide <https://wiki.qt.io/PySide>`_
34-
PySide is a newer binding to the Qt toolkit, provided by Nokia.
35-
Compared to PyQt, its licensing scheme is friendlier to non-open source
36-
applications.
33+
`PySide2 <https://doc.qt.io/qtforpython/>`_
34+
Also known as the Qt for Python project, PySide2 is a newer binding to the
35+
Qt toolkit. It is provided by The Qt Company and aims to provide a
36+
complete port of PySide to Qt 5. Compared to PyQt, its licensing scheme is
37+
friendlier to non-open source applications.
3738

3839
`wxPython <https://www.wxpython.org>`_
3940
wxPython is a cross-platform GUI toolkit for Python that is built around
@@ -47,7 +48,7 @@ available for Python:
4748
an XML-based resource format and more, including an ever growing library
4849
of user-contributed modules.
4950

50-
PyGTK, PyQt, and wxPython, all have a modern look and feel and more
51+
PyGTK, PyQt, PySide2, and wxPython, all have a modern look and feel and more
5152
widgets than Tkinter. In addition, there are many other GUI toolkits for
5253
Python, both cross-platform, and platform-specific. See the `GUI Programming
5354
<https://wiki.python.org/moin/GuiProgramming>`_ page in the Python Wiki for a

0 commit comments

Comments
 (0)