Latest articles

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

Displaying Tabular Data in PyQt6 ModelViews

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

Displaying Tabular Data in PySide2 ModelViews

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

How to Add Widgets After Loading a Qt Designer .ui File

Access layouts and add widgets programmatically to your Qt Designer interfaces

Creating Searchable Widget Dashboards in PyQt6

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

How to get/set the position of the scroll area?

Preserve scroll position and cursor location when updating text in QTextEdit

PyQt Windows Won't Reopen in Spyder — How to Fix It

Why your PyQt app only runs once in Spyder, and what you can do about it

HTML, CSS and JS in a Desktop App... Qt WebEngine vs. Electron vs.?

Comparing approaches to building desktop apps with web technologies and Python

Install PyQt6 on Windows

Install PyQt6 on Windows 8, 10 & 11

Install PySide6 on Windows

Install PySide6 on Windows 10 & 11

Using Qt Resource Files (.qrc) with PyInstaller and PyQt

How to include pyrcc5-compiled resources when packaging your PyQt application

Segmentation Fault With QProcess Manager

How to fix TypeError and segmentation faults when using QProcess in PyQt6

QSystemTrayIcon — Adding Menu Items in a Loop

Why dynamically created QActions disappear and how to fix it

Fixing DLL Loading Errors When Packaging PyQt Apps with PyInstaller

How to solve "Could not find module .dll" errors when running your packaged app on other computers

Understanding QTimer Timing and Delays in PyQt6

Why your QTimer might not fire on time, and what you can do about it

Laying Out Your PyQt6 GUIs With Qt Designer

Use Qt Designer to effortlessly build your application UI

Changing Ticks in PyQtGraph Objects to Strings

How to replace numeric axis ticks with custom labels like month names or dates in PyQtGraph

QTreeView with QAbstractItemModel in PyQt6

Build hierarchical tree displays using custom models

Toggle & AnimatedToggle

Custom Toggle Switch Widget as a QCheckBox Replacement

QTabWidget selected tab text blank

Fixing invisible tab labels on macOS with PyQt6

How to Change the Decimal Separator in QDoubleValidator

Use QLocale to control the decimal point format in PyQt6 QLineEdit validation

Launching PyQt apps in macOS at login

How to configure your PyQt application to start automatically when a user logs in on macOS

How to set working directory of QProcess

Running external programs from different folders using QProcess in PyQt5

How to use "File->New" to create a new (duplicate) window of current form

Open multiple instances of the same window from your PyQt6 application

Plotting with Two Y-Axes in PyQtGraph

How to display two data series with independent Y-axes on a single plot
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21