diff -r cb0fba5c7828 Doc/faq/gui.rst --- a/Doc/faq/gui.rst Sat Aug 10 18:57:52 2013 +0300 +++ b/Doc/faq/gui.rst Sat Aug 10 23:58:35 2013 +0530 @@ -56,6 +56,9 @@ Qt --- +Qt is a set of C++ libraries and development tools that includes platform +independent abstractions for graphical user interfaces, networking, threads, +regular expressions, SQL databases, SVG, OpenGL, XML, and user and application settings. There are bindings available for the Qt toolkit (using either `PyQt `_ or `PySide @@ -64,8 +67,16 @@ `Riverbank Computing `_ 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 `_. +PyQt5 is a set of Python bindings for v5 of the Qt application framework from `Digia `_. +PyQt5 implements over 620 of these classes as a set of Python modules.PyQt5 supports the Windows, Linux, UNIX and MacOS/X platforms. + +PyQt5 is licensed on all platforms under a commercial license and the GPL v3. +Your PyQt5 license must be compatible with your Qt license. +If you use the GPL version then your own code must also use a compatible license. + +Note:-PyQt5, unlike Qt, is not available under the LGPL. + +You can purchase a commercial PyQt5 license `here `_. Gtk+ ----