<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Python GUIs - filtering</title><link>https://www.pythonguis.com/</link><description>Create GUI applications with Python and Qt</description><atom:link href="https://www.pythonguis.com/feeds/filtering.tag.rss.xml" rel="self"/><lastBuildDate>Thu, 11 Feb 2021 09:00:00 +0000</lastBuildDate><item><title>How to Create a Filter/Search Bar for a QTableWidget in PyQt5 — Use QSortFilterProxyModel to add live filtering to your tables</title><link>https://www.pythonguis.com/faq/how-to-create-a-filter-search-bar-for-a-qtablewidget/</link><description>If you're displaying tabular data in PyQt5, you'll probably want to let users search or filter that data at some point. Maybe you're pulling records from an SQLite database and want to add a search bar above the table so users can quickly narrow things down.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martin Fitzpatrick</dc:creator><pubDate>Thu, 11 Feb 2021 09:00:00 +0000</pubDate><guid>tag:www.pythonguis.com,2021-02-11:/faq/how-to-create-a-filter-search-bar-for-a-qtablewidget/</guid><category>pyqt5</category><category>pyqt</category><category>qtableview</category><category>filtering</category><category>search</category><category>python</category><category>qt</category><category>qt5</category></item></channel></rss>