Latest articles

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

Running Python script with QProcess after freeze

How to bundle and run external Python scripts from a frozen PyQt6 application

Creating Searchable Widget Dashboards in PySide6

Make dashboard UIs easier to use with widget search & text prediction

Introduction to the QGraphics Framework in PyQt5

Creating vector interfaces using the QGraphics View framework

Introduction to the QGraphics Framework in PySide2

Creating vector interfaces using the QGraphics View framework

QDateEdit widget does not respond to setSelectedSection

Why setSelectedSection doesn't work in __init__ and how to fix it

How can I enable editing on a QTableView in PyQt5?

Modifying your model to allow editing of your data source

How to Enable Editing on a QTableView in PySide2

Modifying your QAbstractTableModel to allow in-place editing of table data

Why QTableView Row Deletion Only Works Once

Understanding how beginRemoveRows, endRemoveRows, and your underlying data work together in Qt model/view

Using QThreadPool.start() with a Simple Function in PySide6

Run background tasks without creating a QRunnable by passing a callable directly to QThreadPool

Create a tree using threads

How to populate a QTreeView using QThreadPool and QRunnable without blocking the GUI

QTimer, threads, and non-gui events

How to coordinate timed events with sequential logic in PySide6

Fixing the Drop Prohibited Icon in QTableView Drag and Drop

How to enable row reordering with drag and drop in QTableView using a custom model

Animating Custom Widgets With QPropertyAnimation in PySide2

Add dynamic visual effects and smooth animations to your custom PySide2 widgets

Animating Custom Widgets With QPropertyAnimation in PySide6

Add smooth animations and dynamic visual effects to your PySide6 custom widgets

Creating Custom GUI Widgets in PyQt6

Build a completely functional custom widget from scratch using QPainter

Creating Custom GUI Widgets in PySide6

Build a completely functional custom widget from scratch using QPainter

Laying Out Your PySide6 GUIs With Qt Designer

Use Qt Designer to effortlessly build your application UI

Rendering Radial Gradients in in PyQt6

How to fix the "Could not parse node: radialGradient" error when rendering SVGs in PyQt6

How to refresh a QTreeView in PyQt?

Updating the displayed directory in a QTreeView with QFileSystemModel

Why can't the button be set size and other styles?

Understanding widget parenting and layouts when combining custom widgets with Qt Designer

Create Applications with QtQuick in PySide2

Build modern desktop applications with declarative QML and Python

Create Applications with QtQuick in PySide6

Build modern applications with declarative QML

QDataWidgetMapper with QSqlRelationalTableModel and QComboBoxes

How to correctly map relational database fields to combo boxes using QDataWidgetMapper

QPainter and Bitmap Graphics in PyQt6

Introduction to the core features of QPainter
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21