PyQt implements a set of Python modules. It has more than 300 categories and nearly 6000 functions and methods. It is a multi-platform toolkit that can run on all major operating systems, including UNIX, Windows and Mac. PyQt uses dual licenses, and developers can choose between GPL and commercial licenses. Prior to this, the GPL version can only be used on Unix. Starting from version 4 of PyQt, the GPL license can be used on all supported platforms.
The project recommended by Gitee today is a large collection of PyQt cases. The source code of hundreds of components is integrated in this project. I believe you will not miss it.
Project name: PyQt
Project Author: PyQt5
Open source license agreement: GPL-3.0
Project address: https://gitee.com/PyQt5/PyQt
Project directory (partial)
Include case (partial)
Restart the Widget
Use class variables to reference the variables of the window to prevent it from being recycled (causing the window to flash by). When restarting, first display the new window and then close yourself
Simple window welt hidden
Embed external window
Pop-up box in the lower right corner
Message notification bar on the right
Because there are so many cases, Gitee has no way to show everyone one by one. Interested students can go directly to the project address to see what interesting cases and components are available: gitee.com/PyQt5/PyQt