PyQt implements a set of Python modules. It has over 300 classes and nearly 6,000 functions and methods. It is a multi-platform toolkit that runs on all major operating systems, including UNIX, Windows and Mac. PyQt is dual-licensed, allowing developers to choose between GPL and commercial licenses. Prior to this, the GPL version was only available on Unix, and starting with PyQt version 4, the GPL license was available on all supported platforms.

Today Gitee recommended this project is a large collection of PyQt cases, this project integrated hundreds of components of the source, I believe you will not miss.

Project name: PyQt

Project author: PyQt5

Open Source License: GPL-3.0

The address of the project: https://gitee.com/PyQt5/PyQt

Project Catalog (part)

Contains cases (part)

Restart window Widget

Use class variables to reference the variables of the window to prevent it from being recycled (resulting in a flash of the window). When restarting, the new window is displayed first and then the window is closed

Simple window welt hiding

Embed external window

A dialog box is displayed in the lower right corner

Message notification bar on the right

Because there are so many cases, Gitee can’t show them all. Interested students can go directly to the project address to see what interesting cases and components there are: gitee.com/PyQt5/PyQt