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 (140) PyQt6 (0) PySide6 (34) PyQt5 (2) Streamlit (0) Tkinter (0) PySide2 (30) Kivy (0)

QComboBox

Drop-down selection widget

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

How to Enable Editing on a QTableView in PySide2

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

How can I enable editing on a QTableView in PySide6?

Modifying your model to allow editing of your data source

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 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 desktop applications with declarative QML and Python

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

Is it possible to access system env vars in Qt?

Reading sourced Bash environment variables from your Python Qt application

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

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, QSlider and more widgets in your Python GUI apps

Navigating QSqlTableModel and QTableView in very large databases

Working with large datasets in Qt's SQL table views, handling pagination, filtering, and record navigation

First Steps With Qt Designer and PySide6

Use Qt Designer's drag and drop interface to design your GUI
1 2 3 4 5 6