Quantcast
Channel: CodeSection,代码区,Python开发技术文章_教程 - CodeSec
Viewing all articles
Browse latest Browse all 9596

PySide2 and PyQt versions.

$
0
0

A short intro about this python module named PySide2 can be found on the Wikipedia webpage .

The purpose of this tutorial is to introduce concepts about licenses and develop python programs using ergonomic design interfaces with PySide2 and PyQt versions.

PySide2 is a Python binding of the cross-platform GUI toolkit Qt, currently developed by The Qt Company under the Qt for Python project. It is one of the alternatives to the standard library package Tkinter.

...

PySide was released under the LGPL in August 2009 by Nokia,[1] the former owners of the Qt toolkit, after Nokia failed to reach an agreement with PyQt developers Riverbank Computing[7] to change its licensing terms to include LGPL as an alternative license.

Now about the LGPL software license:


The GNU Lesser General Public License (LGPL) is a free software license published by the Free Software Foundation (FSF). The license allows developers and companies to use and integrate software released under the LGPL into their own (even proprietary) software without being required by the terms of a strong copyleft license to release the source code of their own components.

I wrote in the past about PySide and you can find on this blog or on my website .

Let's start installing Python using pip3.6 .

C:\Python364>cd Scripts C:\Python364\Scripts>pip3.6.exe install PySide2 Collecting PySide2 Downloading https://files.pythonhosted.org/packages/10/ba/7448ec862655c356ade2 2351ed46c9260773186c37ba0d8ceea1ef8c7515/PySide2-5.11.2-5.11.2-cp35.cp36.cp37-no ne-win_amd64.whl (128.7MB) 100% |%

Viewing all articles
Browse latest Browse all 9596

Trending Articles