Showing articles for All (490) PyQt6 (143) PySide6 (51) PyQt5 (118) Streamlit (2) Tkinter (13) PySide2 (41) Kivy (4)

Simultaneous scaling ViewBox elements

How to synchronize axis scaling across multiple PyQtGraph plots

QPainter CompositionMode or Interactive PseudoColor Mapping

How to build an interactive paint tool with additive blending and pseudocolor mapping

"Fix: (IM002) [Microsoft][ODBC Driver Manager] Data Source Name Not Found"

Solving the QODBC3 connection error when using QSqlDatabase in PyQt5

Chat Speech Bubbles in PyQt6 with QListView and Custom Delegates

Build a messaging-style interface with colored speech bubbles, timestamps, and left/right alignment

Exporting Widgets to PDF and Controlling Position in PyQt5

How to render a QWidget to PDF and position it at the top of the page

Creating a database data entry form with PyQt5

Using SQL table models and QDataWidgetMapper to build automatic data entry views

Using Icons from Qt Resources with PyInstaller

Understanding why PyInstaller needs a separate icon file, even when you're using a QRC resource file

Impossible Translations

Troubleshooting PyQt6 translation loading issues with QTranslator

Create GUI Applications with Python & Qt5, 4th Edition Now Available (PyQt5 & PySide2)

The hands-on guide to building desktop apps with Python and Qt5

Embedding External Programs and Terminals in PyQt5 Widgets

Approaches to embedding terminals and external applications inside your PyQt5 or PySide2 GUI

Embedding External Programs and Terminals in PyQt6 Widgets

Approaches to embedding terminals and external applications inside your PyQt6 or PySide2 GUI

PyQt vs PySide Licensing

Everything you need to know about LGPL and GPL for your PySide/PyQt applications

How to Insert and Remove Rows in a QAbstractTableModel

Adding and deleting rows from a custom table model in PyQt6

Laying Out Multiple Widgets in a Scrollable Grid with PyQt5

How to dynamically arrange group boxes in a grid layout that scrolls and resizes cleanly

Creating dynamic TextBox's

Published 17.06.2020

Using PyQtGraph PlotWidget with PySide6

Fixing the graphWidget PlotWidget issue when porting PyQtGraph code from PyQt5 to PySide6

Packaging Python Apps That Use scikit-learn with PyInstaller

How to solve hidden import errors when bundling scikit-learn and other complex packages

Creating Custom GUI Widgets in PySide2

Build a completely functional custom widget from scratch using QPainter

Debugging widgets not appearing in Qt applications

How to figure things out when something goes wrong

Laying Out Your PySide2 GUIs With Qt Designer

Use Qt Designer to effortlessly build your application UI

How do I display an Image in PySide2?

Using QLabel and QPixmap to easily add images to your PySide2 applications

QtChart vs PyQtGraph

Comparing performance, popularity, and licensing for Python GUI plotting

Remember the Last Saved Directory with QFileDialog

How to pre-fill file names and remember the last-used folder in PyQt file dialogs

Checkboxes in Table Views with custom model

Show check boxes for boolean values in PyQt/PySide table views
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20