Now you have made your first GUI app, let's go a step further adding widgets and layouts to build some simple Python UIs.

Explore Learn the fundamentals

Creating additional windows updated

Opening new windows for your application

PyQt6 Toolbars & Menus — QAction updated

Defining toolbars, menus and keyboard shortcuts with QAction

PyQt6 Dialogs and Alerts updated

Notify your users and ask for their input

PyQt6 Layouts updated

Use layouts to effortlessly position widgets within the window

PyQt6 Signals, Slots & Events updated

Triggering actions in response to user behaviors and GUI events

PyQt6 Widgets updated

Using QPushButton, QCheckBox, QComboBox, QLabel and QSlider widgets