Like writing any code, building PyQt5 applications is all about approaching it in the right way. In the first part of the course we cover the fundamentals necessary to get you building Python GUIs as quickly as possible. By the end of the first part you'll have a running QApplication
which we can then customize.
Getting started with PyQt5
Start with “Creating your first app with PyQt”
Getting started with PyQt5
Creating your first app with PyQt
(0:03:44)
A simple Hello World! application with Python and Qt5 |
|
Actions — Toolbars & Menus
(0:12:00)
Defining toolbars, menus and keyboard shortcuts with QAction |
|
Widgets
(0:20:00)
Using Qt5's library of built-in widgets to build your applications |
|
Layout management
(0:18:00)
Use layouts to effortlessly position widgets within the window |
|
Dialogs and Alerts
(0:05:00)
Notify your users and ask for their input |