Showing articles for All (226) PyQt6 (97) PySide6 (95) PyQt5 (116) Tkinter (59) PySide2 (95)

PySide2 Toolbars & Menus — QAction

Defining toolbars, menus and keyboard shortcuts with QAction

Transmitting extra data with Qt Signals

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

PySide2 Widgets

Using QPushButton, QCheckBox, QComboBox, QLabel and QSlider widgets

Q&A: Are there any built-in QIcons?

Using built-in icons for your apps.

Pause a running worker thread

Put a running task on hold, waiting for the UI

What does @Slot() do?

Published 10.05.2020

Q&A: How to check if a QLineEdit is empty?

Empty strings are falsey in Python

PasswordEdit

Password editing field, with Show/Hide toggle

First steps with Qt Designer

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

Implementing QPainter flood fill in PyQt5/PySide

Filling irregular regions in a QPainter canvas

Packaging PyQt5 applications for Windows with PyInstaller & InstallForge updated

Turn your PyQt5 application into a distributable installer for Windows

The ModelView Architecture

Qt's MVC-like interface for displaying data in views

Displaying tabular data in Qt5 ModelViews

Create customized table views with conditional formatting, numpy and pandas data sources.

Creating searchable widget dashboards

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

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

Using QLabel to easily add images to your applications

Plotting with Matplotlib

Create PyQt5 plots with the popular Python plotting library

Laying Out Your PyQt5 GUIs With Qt Designer

Use Qt Designer to effortlessly build your application UI

Add scrollable regions with QScrollArea

Run out of space in your GUI? Add a scrollable region to your application

Plotting With PyQtGraph updated

Create Custom Plots in PyQt with PyQtGraph
1 2 3 4 5 6 7 8 9