Latest articles

Latest updates from across the Python GUIs site. New tutorials, tips & updates added each month.
Showing articles for All (25) PyQt6 (8) PySide6 (9) PyQt5 (1) Streamlit (0) Tkinter (0) PySide2 (3) Kivy (0)

Add Scrollable Regions With QScrollArea in PySide6

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

Use layouts to effortlessly position widgets within the window

Using QProcess to Run External Programs in PyQt6

Run background programs without impacting your UI

PyQt6 Dialogs and Alerts

Notify your users and ask for their input

Creating your first app with PySide6

A simple Hello World! application with Python and Qt

Creating your first app with PyQt6

A simple Hello World! application with Python and Qt6

Creating Additional Windows in PyQt6

How to open, show, hide and toggle multiple windows in your PyQt6 application

PySide6 Widgets

Using QPushButton, QCheckBox, QComboBox, QLabel, QSlider and more widgets in your Python GUI apps

Animations and Transformations With QtQuick in PySide2

Build an animated analog clock widget using QML image transformations and spring animations

Animations and Transformations With QtQuick in PySide6

Build an animated analog clock widget using QML image transformations and spring animations

Transmitting Extra Data With Qt Signals in PySide6

Modifying widget signals to pass contextual information to slots

Embedding Custom Widgets from Qt Designer in PySide6

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

Creating Dialogs With Qt Designer and PySide6

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

Using QPushButton, QCheckBox, QComboBox, QLabel and QSlider widgets

QComboBox

Drop-down selection widget

Search a QTableWidget and Select Matching Items

Finding and selecting matching items in a QTableWidget using findItems

Accessing a TableView from a Second QML File with PySide2

How to connect a Python QAbstractTableModel to a TableView loaded from a separate QML file

How to show a custom cursor on a PyQtGraph plot?

Changing the OS cursor and implementing a custom crosshair

How to fix widgets appearing as separate windows?

Understanding Qt parents and layouts and the effect on widget position

Embedding Custom Widgets from Qt Designer in PyQt6

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

Creating Dialogs With Qt Designer and PyQt6

Using the drag and drop editor to build PyQt6 dialogs
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21