From: Antoine Pitrou Date: Sat, 3 Dec 2011 20:07:01 +0000 (+0100) Subject: Mention PySide in the "other GUIs" page. X-Git-Tag: v3.2.3rc1~329 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5dd95d6f2d609c56b7d2b23064284191785e2bfa;p=python Mention PySide in the "other GUIs" page. --- diff --git a/Doc/library/othergui.rst b/Doc/library/othergui.rst index 5e3535887a..a14b3edb5c 100644 --- a/Doc/library/othergui.rst +++ b/Doc/library/othergui.rst @@ -61,6 +61,11 @@ also available for Python: with Python and Qt `_, by Mark Summerfield. + `PySide `_ + 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 `_ wxPython is a cross-platform GUI toolkit for Python that is built around the popular `wxWidgets `_ (formerly wxWindows)