Showing articles for All (489) PyQt6 (143) PySide6 (50) PyQt5 (117) Streamlit (2) Tkinter (13) PySide2 (41) Kivy (4)

Search a QTableWidget and Select Matching Items

Finding and selecting matching items in a QTableWidget using findItems

Accessing a TableView from a Second QML File with PySide2

How to connect a Python QAbstractTableModel to a TableView loaded from a separate QML file

Q&A: How to show a custom cursor on a PyQtGraph plot?

Changing the OS cursor and implementing a custom crosshair

Q&A: How to fix widgets appearing as separate windows?

Understanding Qt parents and layouts and the effect on widget position

Embedding Custom Widgets from Qt Designer in PyQt6

Learn how to use custom widgets in your PyQt6 applications when designing with Qt Designer

Creating Dialogs With Qt Designer and PyQt6

Using the drag and drop editor to build PyQt6 dialogs

Multithreading PySide6 applications with QThreadPool

Run background tasks concurrently without impacting your UI

Running Python script with QProcess after freeze

How to bundle and run external Python scripts from a frozen PyQt6 application

Creating Searchable Widget Dashboards in PySide6

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

Introduction to the QGraphics Framework in PyQt5

Creating vector interfaces using the QGraphics View framework

Introduction to the QGraphics Framework in PySide2

Creating vector interfaces using the QGraphics View framework

Creating Additional Windows in PyQt6

How to open, show, hide and toggle multiple windows in your PyQt6 application

Q&A: How can I enable editing on a QTableView in PyQt5?

Modifying your model to allow editing of your data source

Q&A: How can I enable editing on a QTableView in PyQt6?

Modifying your model to allow editing of your data source

How to Enable Editing on a QTableView in PySide2

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

Q&A: How can I enable editing on a QTableView in PySide6?

Modifying your model to allow editing of your data source

Why QTableView Row Deletion Only Works Once

Understanding how beginRemoveRows, endRemoveRows, and your underlying data work together in Qt model/view

Using QThreadPool.start() with a Simple Function in PySide6

Run background tasks without creating a QRunnable by passing a callable directly to QThreadPool

Create a tree using threads

How to populate a QTreeView using QThreadPool and QRunnable without blocking the GUI

QTimer, threads, and non-gui events

How to coordinate timed events with sequential logic in PySide6

Fixing the Drop Prohibited Icon in QTableView Drag and Drop

How to enable row reordering with drag and drop in QTableView using a custom model

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
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20