diff options
-rw-r--r-- | Doc/library/othergui.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/library/othergui.rst b/Doc/library/othergui.rst index 5e35358..a14b3ed 100644 --- a/Doc/library/othergui.rst +++ b/Doc/library/othergui.rst @@ -61,6 +61,11 @@ also available for Python: with Python and Qt <http://www.qtrac.eu/pyqtbook.html>`_, by Mark Summerfield. + `PySide <http://www.pyside.org/>`_ + is a newer binding to the Qt toolkit, provided by Nokia. + Compared to PyQt, its licensing scheme is friendlier to non-open source + applications. + `wxPython <http://www.wxpython.org>`_ wxPython is a cross-platform GUI toolkit for Python that is built around the popular `wxWidgets <http://www.wxwidgets.org/>`_ (formerly wxWindows) |