<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Python GUIs - tables</title><link>https://www.pythonguis.com/</link><description>Create GUI applications with Python and Qt</description><atom:link href="https://www.pythonguis.com/feeds/tables.tag.rss.xml" rel="self"/><lastBuildDate>Fri, 22 May 2020 09:00:00 +0000</lastBuildDate><item><title>Display Table with QTableWidget — How to display database query results in a PyQt6 table using QTableWidget</title><link>https://www.pythonguis.com/faq/display-table-with-qtablewidget/</link><description>You've got data coming back from a database query as a list of tuples, and you want to show it in a table inside your PyQt6 application. &lt;code&gt;QTableWidget&lt;/code&gt; is a great fit for this &amp;mdash; it gives you a ready-made table you can fill with data without needing to set up a custom model.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martin Fitzpatrick</dc:creator><pubDate>Fri, 22 May 2020 09:00:00 +0000</pubDate><guid>tag:www.pythonguis.com,2020-05-22:/faq/display-table-with-qtablewidget/</guid><category>pyqt6</category><category>pyqt</category><category>python</category><category>qtablewidget</category><category>tables</category><category>qt</category><category>qt6</category></item></channel></rss>