cpython: eddd46b5691a (original) (raw)

Mercurial > cpython

changeset 85980:eddd46b5691a 2.7

#19074: mention PySide in the GUI FAQs. [#19074]

Ezio Melotti ezio.melotti@gmail.com
date Sun, 06 Oct 2013 01:02:09 +0300
parents ca8e75190402
children 101bf827611a
files Doc/faq/gui.rst
diffstat 1 files changed, 9 insertions(+), 7 deletions(-)[+] [-] Doc/faq/gui.rst 16

line wrap: on

line diff

--- a/Doc/faq/gui.rst +++ b/Doc/faq/gui.rst @@ -47,13 +47,15 @@ well as in freeware or shareware. Qt --- -There are bindings available for the Qt toolkit (PyQt[](#l1.7) -<http://www.riverbankcomputing.co.uk/software/pyqt/>) and for KDE (PyKDE <http://www.riverbankcomputing.co.uk/software/pykde/intro>__). If -you're writing open source software, you don't need to pay for PyQt, but if you -want to write proprietary applications, you must buy a PyQt license from -Riverbank Computing <http://www.riverbankcomputing.co.uk> and (up to Qt 4.4; -Qt 4.5 upwards is licensed under the LGPL license) a Qt license from Trolltech[](#l1.12) -<http://www.trolltech.com>. +There are bindings available for the Qt toolkit (using either PyQt[](#l1.14) +<http://www.riverbankcomputing.co.uk/software/pyqt/> or PySide[](#l1.15) +<http://www.pyside.org/>) and for KDE (PyKDE http://www.riverbankcomputing.co.uk/software/pykde/intro>__). +PyQt is currently more mature than PySide, but you must buy a PyQt license from +Riverbank Computing <http://www.riverbankcomputing.co.uk/software/pyqt/license> +if you want to write proprietary applications. PySide is free for all applications. + +Qt 4.5 upwards is licensed under the LGPL license; also, commercial licenses +are available from Nokia <http://qt.nokia.com/>_. Gtk+ ----