PySide6 is a Python binding of the cross-platform GUI toolkit Qt. Applications built with PySide6 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 & PySide6, see the PySIde6 tutorial and PySide6 book Create Simple GUI Applications with Python & Qt.

Explore PySide6

QComboBox

Drop-down selection widget

Multithreading PySide6 applications with QThreadPool

Run background tasks concurrently without impacting your UI

Creating searchable widget dashboards

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

Introduction to the QGraphics framework

Creating vector interfaces using the QGraphics View framework

Animating custom widgets with QPropertyAnimation

Add dynamic visual effects to your 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

Build modern applications with declarative QML

QPainter and Bitmap Graphics

Introduction to the core features of QPainter

PySide6 Toolbars & Menus — QAction updated

Defining toolbars, menus and keyboard shortcuts with QAction

PySide6 Layouts updated

Use layouts to effortlessly position widgets within the window

Install PySide6 on Ubuntu Linux

Install PySide6 on Ubuntu and other Debian-based Linux distributions

PySide6 Dialogs and Alerts updated

Notify your users and ask for their input

PySide6 Signals, Slots & Events updated

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 PySide6 updated

A simple Hello World! application with Python and Qt

PySide6 Widgets updated

Using QPushButton, QCheckBox, QComboBox, QLabel, and QSlider widgets

PyInstaller 4.2 & PySide6

Published 21.04.2021

First steps with Qt Designer

Use Qt Designer's drag and drop interface to design your GUI

Create a Settings window

Published 18.03.2021
1 2 3