DEV Community

threadspeed
threadspeed

Posted on

2 1

Are there any good example applications on PyQt?

PyQt is a GUI module for Python and many examples can be found on many places on the web. For instance, you can find PyQt examples here, here and here

You can create the GUI design using QtDesigner and apply functions by coding it using python.

There are many PyQt examples included in this PyQt course, it includes web browser, text editor and many more.

What can you make with Qt (PyQt) ?

PyQt links the Qt framework, in which many apps are made. You can find a list of apps made with Qt here. Some of the more famous ones are the KDE desktop environment, FileZilla and VLC.

filezilla

Several web browsers have been made with PyQt, like qutebrowser and Falkon. PyQt includes the blink browser engine.

falkon qt

PyQt has a designer, that lets you design your interface. This makes it very easy to design complex UIs.

designer

Related links:

Postmark Image

Speedy emails, satisfied customers

Are delayed transactional emails costing you user satisfaction? Postmark delivers your emails almost instantly, keeping your customers happy and connected.

Sign up

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay