PySide is a Python binding of the cross-platform GUI toolkit Qt. Applications built with PySide will run on any platform supported by Qt & Python including Windows, OS X, Linux, iOS and Android.

PySide is the official binding for Qt on Python and is now developed by The Qt Company itself.

For a complete guide to desktop application development with Python & PySide, see the PySide tutorial and PySide book Create Simple GUI Applications with Python & Qt.

Explore PySide

Showing articles for All (149) PyQt6 (82) PySide6 (114) PyQt5 (83) Streamlit (82) Tkinter (82) PySide2 (116)

Packaging PySide6 applications for Windows with PyInstaller & InstallForge

Turn your PySide6 application into a distributable installer for Windows

QComboBox

Drop-down selection widget

Q&A: How to fix widgets appearing as separate windows?

Understanding Qt parents and layouts and the effect on widget position

Multithreading PySide6 applications with QThreadPool

Run background tasks concurrently without impacting your UI

Creating Searchable Widget Dashboards in PySide6

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

Q&A: How can I enable editing on a QTableView?

Modifying your model to allow editing of your data source

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

Create Applications with QtQuick in PySide2

Build modern applications with declarative QML

Create Applications with QtQuick in PySide6

Build modern applications with declarative QML

QPainter and Bitmap Graphics in PySide2

Introduction to the core features of QPainter

QPainter and Bitmap Graphics in PySide6

Introduction to the core features of QPainter

PySide6 Toolbars & Menus — QAction

Defining toolbars, menus, and keyboard shortcuts with QAction

PySide6 Layouts

Use layouts to effortlessly position widgets within the window

PySide6 Dialogs and Alerts

Notify your users and ask for their input

PySide6 Signals, Slots & Events

Triggering actions in response to user behaviors and GUI events

PySide6 tutorial now available

Complete course, updated for PySide2 & PySide6

Creating your first app with PySide2

A simple Hello World! application with Python and Qt

Creating your first app with PySide6

A simple Hello World! application with Python and Qt

PySide6 Widgets

Using QPushButton, QCheckBox, QComboBox, QLabel, and QSlider widgets
1 2 3 4 5 6