Home
Latest Articles
Updated
1
FAQ
Resources
Books & Courses
Forum
Services
Consulting
Launch Window
1:1 Office Hours
Libraries
PyQt6
PySide6
PyQt5
Streamlit
Tkinter
PySide2
Kivy
Search Python GUIs
Search Python GUIs
python
Showing articles for
All (494)
PyQt6 (163)
PySide6 (53)
PyQt5 (100)
Streamlit (2)
Tkinter (13)
PySide2 (41)
Kivy (4)
PyQt6
How to Set Row Background Colors in a QTableView
Use Qt's BackgroundRole to color entire rows based on your data
PyQt6
Understanding setCurrentIndex() and Getting File Paths from QTreeView Selections
Why setCurrentIndex() returns None and how to properly work with selected indexes
PyQt6
Why treeView.selectedIndexes() Returns Duplicate Items in PyQt6
Understanding multi-column selections in QTreeView and how to handle them
PyQt6
Overriding acceptNavigationRequest in QWebEnginePage
Intercept link clicks in QWebEngineView and handle navigation yourself
PyQt5
Sorting & filtering Qt Model Views
Using QSortFilterProxyModel to filter and sort data in PyQt5
PyQt6
Sorting & filtering Qt Model Views
Using QSortFilterProxyModel to filter and sort data in PyQt6
PyQt6
QTableWidget for List of Dict
Display Python dictionaries in a Qt table using QAbstractTableModel
PyQt6
What happens after defining `app`, but before executing it?
Understanding the relationship between QApplication, widgets, and the event loop in PyQt6
PySide6
PySide6 Tutorial
The ModelView Architecture in PySide6
Qt's MVC-like interface for displaying data in views
Python PDF Report Generator
Generate custom PDF reports using reportlab & pdfrw with a PyQt/PySide GUI
PySide2
PySide2 Tutorial
Packaging PySide2 applications into a macOS app with PyInstaller
Turn your PySide2 application into a distributable macOS .app bundle
PyQt6
Opening New Windows from Qt Designer Files in PyQt6
How to properly use Qt Designer generated UI files and open new windows with button clicks
PyQt6
CSS Selector for widget Class
How to use Qt property selectors in stylesheets to target widgets by custom class
When will there be a new version of Creating GUI Applications for PyQt6 and PySide6?
Key migration changes from PyQt5/PySide2 to PyQt6/PySide6 and the updated book editions
PyQt6
Transparent TextBrowser
Creating a fading text effect in a QListView using custom model formatting
How to Populate a QComboBox from a CSV File in Python
Load data from CSV files and use it to fill QComboBox dropdown lists in your PyQt or PySide applications
PyQt5
How to Create a Filter/Search Bar for a QTableWidget in PyQt5
Use QSortFilterProxyModel to add live filtering to your tables
PyQt6
Running Custom Functions in Background Threads with QThreadPool and QRunnable in PyQt6
How to run user-defined functions with arguments using QThreadPool and QRunnable in PyQt6
PyQt6
PyQt6 Tutorial
Displaying Tabular Data in PyQt6 ModelViews
Create customized table views with conditional formatting, numpy and pandas data sources.
PySide2
PySide2 Tutorial
Displaying Tabular Data in PySide2 ModelViews
Create customized table views with conditional formatting, numpy and pandas data sources.
PySide6
PySide6 Tutorial
Displaying Tabular Data in PySide6 ModelViews
Create customized table views with conditional formatting, numpy and pandas data sources.
PySide2
PySide2 Tutorial
Using QResource to Package Data Files With PyInstaller and PySide2
Serialize data files for easy packaging in Python
PyQt6
How to Add Widgets After Loading a Qt Designer .ui File
Access layouts and add widgets programmatically to your Qt Designer interfaces
PyQt6
Creating Searchable Widget Dashboards in PyQt6
Make dashboard UIs easier to use with widget search & text prediction
PyQt5
How to get/set the position of the scroll area?
Preserve scroll position and cursor location when updating text in QTextEdit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20