Latest articles

Latest updates from across the Python GUIs site. New tutorials, tips & updates added each month.
Showing articles for All (25) PyQt6 (14) PySide6 (14) PyQt5 (4) Tkinter (4) PySide2 (5)

PyQt6 Signals, Slots & Events updated

Triggering actions in response to user behaviors and GUI events

Using QProcess to run external programs

Run background programs without impacting your UI

Packaging PyQt6 applications for Windows with PyInstaller & InstallForge updated

Turn your PyQt6 application into a distributable installer for Windows

Add scrollable regions with QScrollArea

Run out of space in your GUI? Add a scrollable region to your application

Add scrollable regions with QScrollArea

Run out of space in your GUI? Add a scrollable region to your application

Simple threading in PyQt/PySide apps with .start() of QThreadPool

How to move Python functions/methods & PyQt/PySide slots onto separate threads

PyQt6 Layouts updated

Use layouts to effortlessly position widgets within the window

Using QProcess to run external programs

Run background programs without impacting your UI

PyQt6 Dialogs and Alerts updated

Notify your users and ask for their input

Creating your first app with PySide6 updated

A simple Hello World! application with Python and Qt

PySide6 Toolbars & Menus — QAction updated

Defining toolbars, menus and keyboard shortcuts with QAction

Creating your first app with PyQt6 updated

A simple Hello World! application with Python and Qt6

Creating additional windows updated

Opening new windows for your application

PySide6 Widgets updated

Using QPushButton, QCheckBox, QComboBox, QLabel, and QSlider widgets

PyQt6 Toolbars & Menus — QAction updated

Defining toolbars, menus and keyboard shortcuts with QAction

Transmitting extra data with Qt Signals

Modifying widget signals to pass contextual information to slots

Embedding custom widgets from Qt Designer

Learn how to use custom widgets in your PySide6 applications when designing with Qt Designer

Creating Dialogs With Qt Designer

Using the drag and drop editor to build PySide6 dialogs

Packaging PySide2 applications for Windows with PyInstaller & InstallForge

Turn your PySide2 application into a distributable installer for Windows

PyQt6 Widgets updated

Using QPushButton, QCheckBox, QComboBox, QLabel and QSlider widgets

QComboBox

Drop-down selection widget
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17