Latest articles

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

Creating Custom GUI Widgets in PySide2

Build a completely functional custom widget from scratch using QPainter

Debugging widgets not appearing in Qt applications

How to figure things out when something goes wrong

Laying Out Your PySide2 GUIs With Qt Designer

Use Qt Designer to effortlessly build your application UI

Q&A: How do I display an Image in PySide2?

Using QLabel and QPixmap to easily add images to your PySide2 applications

QtChart vs PyQtGraph

Comparing performance, popularity, and licensing for Python GUI plotting

Checkboxes in Table Views with custom model

Show check boxes for boolean values in PyQt/PySide table views

PySide2 Toolbars & Menus — QAction

Defining toolbars, menus and keyboard shortcuts with QAction

How to Specify Absolute Paths for QIcon in PyQt6

Using os.path and pathlib to build icon paths correctly in your PyQt6 applications

How to Specify Absolute Paths for QIcon in PySide6

Using os.path and pathlib to build icon paths correctly in your PySide6 applications

Loading .ui Files in Python — Working with QWidget and QDialog Forms

How to import any Qt Designer .ui file into your Python application and interact with its widgets

How to Show a QMenu Title in PyQt6

Adding visible titles to your context menus using QLabel, QWidgetAction, and other approaches

PyQt6 or PySide6 for Commercial & Embedded Applications?

Understanding Qt licensing for Python apps you plan to sell or distribute without sharing source code

Transmitting Extra Data With Qt Signals in PyQt5

Modifying widget signals to pass contextual information to slots

PySide2 Layouts

Use layouts to effortlessly position widgets within the window

PySide2 Dialogs and Alerts

Notify your users and ask for their input

PySide2 Signals, Slots & Events

Triggering actions in response to user behaviors and GUI events
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21