Jump to content

PyQt: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
count the days
Line 5: Line 5:
| developer = Riverbank Computing
| developer = Riverbank Computing
| latest release version = 4.7
| latest release version = 4.7
| latest release date = 14 January 2010
| latest release date = {{release date and age|2010|01|14}}
| latest preview version =
| latest preview version =
| latest preview date =
| latest preview date =

Revision as of 03:35, 5 February 2010

PyQt
Developer(s)Riverbank Computing
Stable release
4.7 / January 14, 2010; 14 years ago (2010-01-14)
Written inPython
Operating systemCross-platform
LicenseGNU General Public License
WebsiteOfficial site

PyQt is a Python binding of the cross-platform GUI toolkit Qt. It is one of the alternatives for GUI programming in Python to Tkinter, which is bundled with Python. Other popular alternatives are PyGTK and wxPython. Like Qt, PyQt is free software. PyQt is implemented as a Python extension module.

PyQt is developed by the British firm Riverbank Computing. It is available under similar terms to Qt versions older than 4.5; this means a variety of licenses including GNU General Public License (GPL) and commercial license, but not the GNU Lesser General Public License (LGPL).[1] PyQt supports Linux and other flavours of Unix, as well as Mac OS X and Microsoft Windows[2].

In August 2009, Nokia, now the owners of the Qt toolkit, released PySide, providing similar functionality, but under the LGPL[3], after failing to reach an agreement with Riverbank Computing[4] to change its licensing terms to include LGPL as an alternative license.

Notable applications that use

See also

Template:Fossportal

References

  1. ^ "Riverbank | Software | PyQt | License". Riverbankcomputing.co.uk. Retrieved 2009-09-03.
  2. ^ "Riverbank | Software | PyQt | What is PyQt?". Riverbankcomputing.co.uk. Retrieved 2009-09-03.
  3. ^ "PySide has been released – PySide – Python for Qt". Pyside.org. 2009-08-18. Retrieved 2009-09-03.
  4. ^ "FAQ – PySide – Python for Qt". Pyside.org. Retrieved 2009-09-03.