@@ -30,10 +30,11 @@ available for Python:
30
30
for generating bindings for C++ libraries as Python classes, and
31
31
is specifically designed for Python.
32
32
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.
37
38
38
39
`wxPython <https://www.wxpython.org >`_
39
40
wxPython is a cross-platform GUI toolkit for Python that is built around
@@ -47,7 +48,7 @@ available for Python:
47
48
an XML-based resource format and more, including an ever growing library
48
49
of user-contributed modules.
49
50
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
51
52
widgets than Tkinter. In addition, there are many other GUI toolkits for
52
53
Python, both cross-platform, and platform-specific. See the `GUI Programming
53
54
<https://wiki.python.org/moin/GuiProgramming> `_ page in the Python Wiki for a
0 commit comments