@@ -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
5152widgets than Tkinter. In addition, there are many other GUI toolkits for
5253Python, 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